Color Hex Logo

#07ffbe Color Hex

#07FFBE
(7,255,190)
0 Favorites   0 Comments

Color spaces of #07ffbe

RGB 7255190
HSL0.461.000.51
HSV164°97°100°
CMYK 0.970.000.25   0.00
XYZ45.141975.282960.8670
Yxy75.28290.24900.4153
Hunter Lab86.7657-58.971219.1435
CIE-Lab89.5253-64.743617.1858

#07ffbe color RGB value is (7,255,190).

#07ffbe hex color red value is 7, green value is 255 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #07ffbe hue: 0.46 , saturation: 1.00 and the lightness value of 07ffbe is 0.51.

The process color (four color CMYK) of #07ffbe color hex is 0.97, 0.00, 0.25, 0.00. Web safe color of #07ffbe is #00ffcc. Color #07ffbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 11111111 10111110
Octal 7 377 276
Decimal 7 255 190
Hex 7 FF BE

RGB Percentages of Color #07ffbe

%1.55
%56.42
%42.04

CMYK Percentages of Color #07ffbe

%97
%0
%25
%0

Triadic Colors of #07ffbe

#07ffbe #be07ff #ffbe07

Analogous Colors of #07ffbe

#07ffbe #07c4ff #07ff42

Monochromatic Colors of #07ffbe

#07ffbe

Complementary Color

#07ffbe #ff0748

#07ffbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07ffbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#07ffbe Color CSS Codes

.mybgcolor {background-color:#07ffbe; } 
.myforecolor {color:#07ffbe; }
.mybordercolor {border:3px solid #07ffbe; }

#07ffbe Text Font Color

<p style="color:#07ffbe">Text here</p>

This sample text font color is #07ffbe
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#07ffbe Background Color

<div style="background-color:#07ffbe">
Div content here</div>

This div background color is #07ffbe


#07ffbe Border Color

<div style="border:3px solid #07ffbe">
Div here</div>

This div border color is #07ffbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,255,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #07ffbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #07ffbe;
  -webkit-box-shadow: 1px 1px 3px 2px #07ffbe;
  box-shadow:         1px 1px 3px 2px #07ffbe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,255,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #07ffbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #07ffbe;
  -webkit-box-shadow: 1px 1px 3px 2px #07ffbe;
  box-shadow:         1px 1px 3px 2px #07ffbe;">
Div content here</div>

This div box has shadow with color #07ffbe


Comments

No comments written yet.

Please login to write comment.