Color Hex Logo

#089fbd Color Hex

#089FBD
(8,159,189)
0 Favorites   0 Comments

Color spaces of #089fbd

RGB 8159189
HSL0.530.920.39
HSV190°96°74°
CMYK 0.960.160.00   0.26
XYZ21.683628.522052.5066
Yxy28.52200.21110.2777
Hunter Lab53.4060-20.9869-20.9073
CIE-Lab60.3574-23.6106-25.1860

#089fbd color RGB value is (8,159,189).

#089fbd hex color red value is 8, green value is 159 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #089fbd hue: 0.53 , saturation: 0.92 and the lightness value of 089fbd is 0.39.

The process color (four color CMYK) of #089fbd color hex is 0.96, 0.16, 0.00, 0.26. Web safe color of #089fbd is #0099cc. Color #089fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 10011111 10111101
Octal 10 237 275
Decimal 8 159 189
Hex 8 9F BD

RGB Percentages of Color #089fbd

%2.25
%44.66
%53.09

CMYK Percentages of Color #089fbd

%96
%16
%0
%26

Triadic Colors of #089fbd

#089fbd #bd089f #9fbd08

Analogous Colors of #089fbd

#089fbd #0845bd #08bd81

Monochromatic Colors of #089fbd

#089fbd

Complementary Color

#089fbd #bd2608

#089fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#089fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#089fbd Color CSS Codes

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

#089fbd Text Font Color

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

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


#089fbd Background Color

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

This div background color is #089fbd


#089fbd Border Color

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

This div border color is #089fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #089fbd


Comments

No comments written yet.

Please login to write comment.