Color Hex Logo

#08cabd Color Hex

#08CABD
(8,202,189)
0 Favorites   0 Comments

Color spaces of #08cabd

RGB 8202189
HSL0.490.920.41
HSV176°96°79°
CMYK 0.960.000.06   0.21
XYZ30.406045.966855.4140
Yxy45.96680.23070.3488
Hunter Lab67.7988-38.5953-1.0003
CIE-Lab73.5240-43.9179-5.3280

#08cabd color RGB value is (8,202,189).

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

The process color (four color CMYK) of #08cabd color hex is 0.96, 0.00, 0.06, 0.21. Web safe color of #08cabd is #00cccc. Color #08cabd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 11001010 10111101
Octal 10 312 275
Decimal 8 202 189
Hex 8 CA BD

RGB Percentages of Color #08cabd

%2.01
%50.63
%47.37

CMYK Percentages of Color #08cabd

%96
%0
%6
%21

Triadic Colors of #08cabd

#08cabd #bd08ca #cabd08

Analogous Colors of #08cabd

#08cabd #0876ca #08ca5c

Monochromatic Colors of #08cabd

#08cabd

Complementary Color

#08cabd #ca0815

#08cabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08cabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#08cabd Color CSS Codes

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

#08cabd Text Font Color

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

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


#08cabd Background Color

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

This div background color is #08cabd


#08cabd Border Color

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

This div border color is #08cabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08cabd


Comments

No comments written yet.

Please login to write comment.