Color Hex Logo

#08ceab Color Hex

#08CEAB
(8,206,171)
0 Favorites   0 Comments

Color spaces of #08ceab

RGB 8206171
HSL0.470.930.42
HSV169°96°81°
CMYK 0.960.000.17   0.19
XYZ29.522147.134546.0700
Yxy47.13450.24060.3841
Hunter Lab68.6546-43.38888.2722
CIE-Lab74.2757-50.50445.5010

#08ceab color RGB value is (8,206,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 11001110 10101011
Octal 10 316 253
Decimal 8 206 171
Hex 8 CE AB

RGB Percentages of Color #08ceab

%2.08
%53.51
%44.42

CMYK Percentages of Color #08ceab

%96
%0
%17
%19

Triadic Colors of #08ceab

#08ceab #ab08ce #ceab08

Analogous Colors of #08ceab

#08ceab #088ece #08ce48

Monochromatic Colors of #08ceab

#08ceab

Complementary Color

#08ceab #ce082b

#08ceab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08ceab Color Preview on White Background

Lorem ipsum dolor sit amet.

#08ceab Color CSS Codes

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

#08ceab Text Font Color

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

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


#08ceab Background Color

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

This div background color is #08ceab


#08ceab Border Color

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

This div border color is #08ceab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08ceab


Comments

No comments written yet.

Please login to write comment.