Color Hex Logo

#08dfec Color Hex

#08DFEC
(8,223,236)
0 Favorites   0 Comments

Color spaces of #08dfec

RGB 8223236
HSL0.510.930.48
HSV183°97°93°
CMYK 0.970.060.00   0.07
XYZ41.628158.883188.5284
Yxy58.88310.22020.3115
Hunter Lab76.7353-37.4525-14.6873
CIE-Lab81.2273-39.3726-19.0351

#08dfec color RGB value is (8,223,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 11011111 11101100
Octal 10 337 354
Decimal 8 223 236
Hex 8 DF EC

RGB Percentages of Color #08dfec

%1.71
%47.75
%50.54

CMYK Percentages of Color #08dfec

%97
%6
%0
%7

Triadic Colors of #08dfec

#08dfec #ec08df #dfec08

Analogous Colors of #08dfec

#08dfec #086dec #08ec87

Monochromatic Colors of #08dfec

#08dfec

Complementary Color

#08dfec #ec1508

#08dfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08dfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#08dfec Color CSS Codes

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

#08dfec Text Font Color

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

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


#08dfec Background Color

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

This div background color is #08dfec


#08dfec Border Color

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

This div border color is #08dfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08dfec


Comments

No comments written yet.

Please login to write comment.