Color Hex Logo

#089bef Color Hex

#089BEF
(8,155,239)
0 Favorites   0 Comments

Color spaces of #089bef

RGB 8155239
HSL0.560.940.48
HSV202°97°94°
CMYK 0.970.350.00   0.06
XYZ27.401529.726385.9549
Yxy29.72630.19150.2078
Hunter Lab54.5218-5.7029-55.3067
CIE-Lab61.4173-3.3903-51.3636

#089bef color RGB value is (8,155,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 10011011 11101111
Octal 10 233 357
Decimal 8 155 239
Hex 8 9B EF

RGB Percentages of Color #089bef

%1.99
%38.56
%59.45

CMYK Percentages of Color #089bef

%97
%35
%0
%6

Triadic Colors of #089bef

#089bef #ef089b #9bef08

Analogous Colors of #089bef

#089bef #0828ef #08efd0

Monochromatic Colors of #089bef

#089bef

Complementary Color

#089bef #ef5c08

#089bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#089bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#089bef Color CSS Codes

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

#089bef Text Font Color

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

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


#089bef Background Color

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

This div background color is #089bef


#089bef Border Color

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

This div border color is #089bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #089bef


Comments

No comments written yet.

Please login to write comment.