Color Hex Logo

#08ccec Color Hex

#08CCEC
(8,204,236)
0 Favorites   0 Comments

Color spaces of #08ccec

RGB 8204236
HSL0.520.930.48
HSV188°97°93°
CMYK 0.970.140.00   0.07
XYZ36.833349.293586.9302
Yxy49.29350.21280.2848
Hunter Lab70.2093-29.2215-24.2638
CIE-Lab75.6336-30.4388-27.5494

#08ccec color RGB value is (8,204,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 11001100 11101100
Octal 10 314 354
Decimal 8 204 236
Hex 8 CC EC

RGB Percentages of Color #08ccec

%1.79
%45.54
%52.68

CMYK Percentages of Color #08ccec

%97
%14
%0
%7

Triadic Colors of #08ccec

#08ccec #ec08cc #ccec08

Analogous Colors of #08ccec

#08ccec #085aec #08ec9a

Monochromatic Colors of #08ccec

#08ccec

Complementary Color

#08ccec #ec2808

#08ccec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08ccec Color Preview on White Background

Lorem ipsum dolor sit amet.

#08ccec Color CSS Codes

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

#08ccec Text Font Color

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

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


#08ccec Background Color

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

This div background color is #08ccec


#08ccec Border Color

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

This div border color is #08ccec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08ccec


Comments

No comments written yet.

Please login to write comment.