Color Hex Logo

#08dbcc Color Hex

#08DBCC
(8,219,204)
0 Favorites   0 Comments

Color spaces of #08dbcc

RGB 8219204
HSL0.490.930.45
HSV176°96°86°
CMYK 0.960.000.07   0.14
XYZ36.330755.074365.8423
Yxy55.07430.23100.3502
Hunter Lab74.2121-42.4860-0.6547
CIE-Lab79.0840-46.9772-5.1885

#08dbcc color RGB value is (8,219,204).

#08dbcc hex color red value is 8, green value is 219 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #08dbcc hue: 0.49 , saturation: 0.93 and the lightness value of 08dbcc is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 11011011 11001100
Octal 10 333 314
Decimal 8 219 204
Hex 8 DB CC

RGB Percentages of Color #08dbcc

%1.86
%50.81
%47.33

CMYK Percentages of Color #08dbcc

%96
%0
%7
%14

Triadic Colors of #08dbcc

#08dbcc #cc08db #dbcc08

Analogous Colors of #08dbcc

#08dbcc #0881db #08db63

Monochromatic Colors of #08dbcc

#08dbcc

Complementary Color

#08dbcc #db0817

#08dbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08dbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#08dbcc Color CSS Codes

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

#08dbcc Text Font Color

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

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


#08dbcc Background Color

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

This div background color is #08dbcc


#08dbcc Border Color

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

This div border color is #08dbcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08dbcc


Comments

No comments written yet.

Please login to write comment.