Color Hex Logo

#08cbef Color Hex

#08CBEF
(8,203,239)
0 Favorites   0 Comments

Color spaces of #08cbef

RGB 8203239
HSL0.530.940.48
HSV189°97°94°
CMYK 0.970.150.00   0.06
XYZ37.036148.995589.1664
Yxy48.99550.21140.2797
Hunter Lab69.9968-28.0480-26.5297
CIE-Lab75.4485-28.9734-29.4459

#08cbef color RGB value is (8,203,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 11001011 11101111
Octal 10 313 357
Decimal 8 203 239
Hex 8 CB EF

RGB Percentages of Color #08cbef

%1.78
%45.11
%53.11

CMYK Percentages of Color #08cbef

%97
%15
%0
%6

Triadic Colors of #08cbef

#08cbef #ef08cb #cbef08

Analogous Colors of #08cbef

#08cbef #0857ef #08efa0

Monochromatic Colors of #08cbef

#08cbef

Complementary Color

#08cbef #ef2c08

#08cbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08cbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#08cbef Color CSS Codes

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

#08cbef Text Font Color

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

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


#08cbef Background Color

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

This div background color is #08cbef


#08cbef Border Color

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

This div border color is #08cbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08cbef


Comments

No comments written yet.

Please login to write comment.