Color Hex Logo

#08cfab Color Hex

#08CFAB
(8,207,171)
0 Favorites   0 Comments

Color spaces of #08cfab

RGB 8207171
HSL0.470.930.42
HSV169°96°81°
CMYK 0.960.000.17   0.19
XYZ29.763647.617546.1505
Yxy47.61750.24090.3855
Hunter Lab69.0054-43.76848.6509
CIE-Lab74.5830-50.90825.9435

#08cfab color RGB value is (8,207,171).

#08cfab hex color red value is 8, green value is 207 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #08cfab hue: 0.47 , saturation: 0.93 and the lightness value of 08cfab is 0.42.

The process color (four color CMYK) of #08cfab color hex is 0.96, 0.00, 0.17, 0.19. Web safe color of #08cfab is #00cc99. Color #08cfab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 11001111 10101011
Octal 10 317 253
Decimal 8 207 171
Hex 8 CF AB

RGB Percentages of Color #08cfab

%2.07
%53.63
%44.30

CMYK Percentages of Color #08cfab

%96
%0
%17
%19

Triadic Colors of #08cfab

#08cfab #ab08cf #cfab08

Analogous Colors of #08cfab

#08cfab #0890cf #08cf48

Monochromatic Colors of #08cfab

#08cfab

Complementary Color

#08cfab #cf082c

#08cfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08cfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#08cfab Color CSS Codes

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

#08cfab Text Font Color

<p style="color:#08cfab">Text here</p>

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


#08cfab Background Color

<div style="background-color:#08cfab">
Div content here</div>

This div background color is #08cfab


#08cfab Border Color

<div style="border:3px solid #08cfab">
Div here</div>

This div border color is #08cfab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,207,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #08cfab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #08cfab;
  -webkit-box-shadow: 1px 1px 3px 2px #08cfab;
  box-shadow:         1px 1px 3px 2px #08cfab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,207,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 #08cfab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08cfab


Comments

No comments written yet.

Please login to write comment.