Color Hex Logo

#08cbaa Color Hex

#08CBAA
(8,203,170)
0 Favorites   0 Comments

Color spaces of #08cbaa

RGB 8203170
HSL0.470.920.41
HSV170°96°80°
CMYK 0.960.000.16   0.20
XYZ28.711845.665845.3313
Yxy45.66580.23980.3815
Hunter Lab67.5765-42.41807.5309
CIE-Lab73.3282-49.54694.6741

#08cbaa color RGB value is (8,203,170).

#08cbaa hex color red value is 8, green value is 203 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #08cbaa hue: 0.47 , saturation: 0.92 and the lightness value of 08cbaa is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 11001011 10101010
Octal 10 313 252
Decimal 8 203 170
Hex 8 CB AA

RGB Percentages of Color #08cbaa

%2.10
%53.28
%44.62

CMYK Percentages of Color #08cbaa

%96
%0
%16
%20

Triadic Colors of #08cbaa

#08cbaa #aa08cb #cbaa08

Analogous Colors of #08cbaa

#08cbaa #088bcb #08cb49

Monochromatic Colors of #08cbaa

#08cbaa

Complementary Color

#08cbaa #cb0829

#08cbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08cbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#08cbaa Color CSS Codes

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

#08cbaa Text Font Color

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

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


#08cbaa Background Color

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

This div background color is #08cbaa


#08cbaa Border Color

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

This div border color is #08cbaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,203,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08cbaa


Comments

No comments written yet.

Please login to write comment.