Color Hex Logo

#08cbee Color Hex

#08CBEE
(8,203,238)
0 Favorites   0 Comments

Color spaces of #08cbee

RGB 8203238
HSL0.530.930.48
HSV189°97°93°
CMYK 0.970.150.00   0.07
XYZ36.888748.936588.3904
Yxy48.93650.21170.2809
Hunter Lab69.9546-28.2934-25.9470
CIE-Lab75.4118-29.3003-28.9648

#08cbee color RGB value is (8,203,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 11001011 11101110
Octal 10 313 356
Decimal 8 203 238
Hex 8 CB EE

RGB Percentages of Color #08cbee

%1.78
%45.21
%53.01

CMYK Percentages of Color #08cbee

%97
%15
%0
%7

Triadic Colors of #08cbee

#08cbee #ee08cb #cbee08

Analogous Colors of #08cbee

#08cbee #0858ee #08ee9e

Monochromatic Colors of #08cbee

#08cbee

Complementary Color

#08cbee #ee2b08

#08cbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08cbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#08cbee Color CSS Codes

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

#08cbee Text Font Color

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

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


#08cbee Background Color

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

This div background color is #08cbee


#08cbee Border Color

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

This div border color is #08cbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08cbee


Comments

No comments written yet.

Please login to write comment.