Color Hex Logo

#07fbab Color Hex

#07FBAB
(7,251,171)
0 Favorites   0 Comments

Color spaces of #07fbab

RGB 7251171
HSL0.450.970.51
HSV160°97°98°
CMYK 0.970.000.32   0.02
XYZ41.935571.979850.2113
Yxy71.97980.25550.4386
Hunter Lab84.8409-60.241924.2991
CIE-Lab87.9589-67.455624.7221

#07fbab color RGB value is (7,251,171).

#07fbab hex color red value is 7, green value is 251 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #07fbab hue: 0.45 , saturation: 0.97 and the lightness value of 07fbab is 0.51.

The process color (four color CMYK) of #07fbab color hex is 0.97, 0.00, 0.32, 0.02. Web safe color of #07fbab is #00ff99. Color #07fbab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 11111011 10101011
Octal 7 373 253
Decimal 7 251 171
Hex 7 FB AB

RGB Percentages of Color #07fbab

%1.63
%58.51
%39.86

CMYK Percentages of Color #07fbab

%97
%0
%32
%2

Triadic Colors of #07fbab

#07fbab #ab07fb #fbab07

Analogous Colors of #07fbab

#07fbab #07d1fb #07fb31

Monochromatic Colors of #07fbab

#07fbab

Complementary Color

#07fbab #fb0757

#07fbab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07fbab Color Preview on White Background

Lorem ipsum dolor sit amet.

#07fbab Color CSS Codes

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

#07fbab Text Font Color

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

This sample text font color is #07fbab
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.


#07fbab Background Color

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

This div background color is #07fbab


#07fbab Border Color

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

This div border color is #07fbab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07fbab


Comments

No comments written yet.

Please login to write comment.