Color Hex Logo

#089fbe Color Hex

#089FBE
(8,159,190)
0 Favorites   0 Comments

Color spaces of #089fbe

RGB 8159190
HSL0.530.920.39
HSV190°96°75°
CMYK 0.960.160.00   0.25
XYZ21.792528.565653.0803
Yxy28.56560.21070.2762
Hunter Lab53.4468-20.7500-21.4707
CIE-Lab60.3963-23.2676-25.6881

#089fbe color RGB value is (8,159,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 10011111 10111110
Octal 10 237 276
Decimal 8 159 190
Hex 8 9F BE

RGB Percentages of Color #089fbe

%2.24
%44.54
%53.22

CMYK Percentages of Color #089fbe

%96
%16
%0
%25

Triadic Colors of #089fbe

#089fbe #be089f #9fbe08

Analogous Colors of #089fbe

#089fbe #0844be #08be82

Monochromatic Colors of #089fbe

#089fbe

Complementary Color

#089fbe #be2708

#089fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#089fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#089fbe Color CSS Codes

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

#089fbe Text Font Color

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

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


#089fbe Background Color

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

This div background color is #089fbe


#089fbe Border Color

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

This div border color is #089fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #089fbe


Comments

No comments written yet.

Please login to write comment.