Color Hex Logo

#08ccee Color Hex

#08CCEE
(8,204,238)
0 Favorites   0 Comments

Color spaces of #08ccee

RGB 8204238
HSL0.520.930.48
HSV189°97°93°
CMYK 0.970.140.00   0.07
XYZ37.125649.410488.4694
Yxy49.41040.21210.2823
Hunter Lab70.2925-28.7356-25.4170
CIE-Lab75.7059-29.7890-28.5133

#08ccee color RGB value is (8,204,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 11001100 11101110
Octal 10 314 356
Decimal 8 204 238
Hex 8 CC EE

RGB Percentages of Color #08ccee

%1.78
%45.33
%52.89

CMYK Percentages of Color #08ccee

%97
%14
%0
%7

Triadic Colors of #08ccee

#08ccee #ee08cc #ccee08

Analogous Colors of #08ccee

#08ccee #0859ee #08ee9d

Monochromatic Colors of #08ccee

#08ccee

Complementary Color

#08ccee #ee2a08

#08ccee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08ccee Color Preview on White Background

Lorem ipsum dolor sit amet.

#08ccee Color CSS Codes

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

#08ccee Text Font Color

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

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


#08ccee Background Color

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

This div background color is #08ccee


#08ccee Border Color

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

This div border color is #08ccee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08ccee


Comments

No comments written yet.

Please login to write comment.