Color Hex Logo

#089cee Color Hex

#089CEE
(8,156,238)
0 Favorites   0 Comments

Color spaces of #089cee

RGB 8156238
HSL0.560.930.48
HSV201°97°93°
CMYK 0.970.340.00   0.07
XYZ27.421230.001685.2346
Yxy30.00160.19220.2103
Hunter Lab54.7737-6.4921-53.9209
CIE-Lab61.6556-4.3382-50.4351

#089cee color RGB value is (8,156,238).

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

The process color (four color CMYK) of #089cee color hex is 0.97, 0.34, 0.00, 0.07. Web safe color of #089cee is #0099ff. Color #089cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 10011100 11101110
Octal 10 234 356
Decimal 8 156 238
Hex 8 9C EE

RGB Percentages of Color #089cee

%1.99
%38.81
%59.20

CMYK Percentages of Color #089cee

%97
%34
%0
%7

Triadic Colors of #089cee

#089cee #ee089c #9cee08

Analogous Colors of #089cee

#089cee #0829ee #08eecd

Monochromatic Colors of #089cee

#089cee

Complementary Color

#089cee #ee5a08

#089cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#089cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#089cee Color CSS Codes

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

#089cee Text Font Color

<p style="color:#089cee">Text here</p>

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


#089cee Background Color

<div style="background-color:#089cee">
Div content here</div>

This div background color is #089cee


#089cee Border Color

<div style="border:3px solid #089cee">
Div here</div>

This div border color is #089cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #089cee


Comments

No comments written yet.

Please login to write comment.