Color Hex Logo

#089bcf Color Hex

#089BCF
(8,155,207)
0 Favorites   0 Comments

Color spaces of #089bcf

RGB 8155207
HSL0.540.930.42
HSV196°96°81°
CMYK 0.960.250.00   0.19
XYZ23.084027.999363.2192
Yxy27.99930.20200.2450
Hunter Lab52.9144-14.7291-33.7964
CIE-Lab59.8881-15.1473-36.0085

#089bcf color RGB value is (8,155,207).

#089bcf hex color red value is 8, green value is 155 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #089bcf hue: 0.54 , saturation: 0.93 and the lightness value of 089bcf is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 10011011 11001111
Octal 10 233 317
Decimal 8 155 207
Hex 8 9B CF

RGB Percentages of Color #089bcf

%2.16
%41.89
%55.95

CMYK Percentages of Color #089bcf

%96
%25
%0
%19

Triadic Colors of #089bcf

#089bcf #cf089b #9bcf08

Analogous Colors of #089bcf

#089bcf #0838cf #08cfa0

Monochromatic Colors of #089bcf

#089bcf

Complementary Color

#089bcf #cf3c08

#089bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#089bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#089bcf Color CSS Codes

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

#089bcf Text Font Color

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

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


#089bcf Background Color

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

This div background color is #089bcf


#089bcf Border Color

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

This div border color is #089bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #089bcf


Comments

No comments written yet.

Please login to write comment.