Color Hex Logo

#08ceeb Color Hex

#08CEEB
(8,206,235)
0 Favorites   0 Comments

Color spaces of #08ceeb

RGB 8206235
HSL0.520.930.48
HSV188°97°92°
CMYK 0.970.120.00   0.08
XYZ37.166850.192486.3265
Yxy50.19240.21400.2890
Hunter Lab70.8466-30.3387-22.6522
CIE-Lab76.1872-31.7283-26.1643

#08ceeb color RGB value is (8,206,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 11001110 11101011
Octal 10 316 353
Decimal 8 206 235
Hex 8 CE EB

RGB Percentages of Color #08ceeb

%1.78
%45.88
%52.34

CMYK Percentages of Color #08ceeb

%97
%12
%0
%8

Triadic Colors of #08ceeb

#08ceeb #eb08ce #ceeb08

Analogous Colors of #08ceeb

#08ceeb #085deb #08eb97

Monochromatic Colors of #08ceeb

#08ceeb

Complementary Color

#08ceeb #eb2508

#08ceeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08ceeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#08ceeb Color CSS Codes

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

#08ceeb Text Font Color

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

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


#08ceeb Background Color

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

This div background color is #08ceeb


#08ceeb Border Color

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

This div border color is #08ceeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08ceeb


Comments

No comments written yet.

Please login to write comment.