Color Hex Logo

#08dbec Color Hex

#08DBEC
(8,219,236)
0 Favorites   0 Comments

Color spaces of #08dbec

RGB 8219236
HSL0.510.930.48
HSV184°97°93°
CMYK 0.970.070.00   0.07
XYZ40.572056.770888.1764
Yxy56.77080.21870.3060
Hunter Lab75.3464-35.7388-16.6434
CIE-Lab80.0505-37.5388-20.8164

#08dbec color RGB value is (8,219,236).

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

The process color (four color CMYK) of #08dbec color hex is 0.97, 0.07, 0.00, 0.07. Web safe color of #08dbec is #00ccff. Color #08dbec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 11011011 11101100
Octal 10 333 354
Decimal 8 219 236
Hex 8 DB EC

RGB Percentages of Color #08dbec

%1.73
%47.30
%50.97

CMYK Percentages of Color #08dbec

%97
%7
%0
%7

Triadic Colors of #08dbec

#08dbec #ec08db #dbec08

Analogous Colors of #08dbec

#08dbec #0869ec #08ec8b

Monochromatic Colors of #08dbec

#08dbec

Complementary Color

#08dbec #ec1908

#08dbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08dbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#08dbec Color CSS Codes

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

#08dbec Text Font Color

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

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


#08dbec Background Color

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

This div background color is #08dbec


#08dbec Border Color

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

This div border color is #08dbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08dbec


Comments

No comments written yet.

Please login to write comment.