Color Hex Logo

#009ebb Color Hex

#009EBB
(0,158,187)
0 Favorites   0 Comments

Color spaces of #009ebb

RGB 0158187
HSL0.531.000.37
HSV189°100°73°
CMYK 1.000.160.00   0.27
XYZ21.196528.041651.3091
Yxy28.04160.21080.2789
Hunter Lab52.9543-21.2203-20.3799
CIE-Lab59.9263-24.0573-24.7279

#009ebb color RGB value is (0,158,187).

#009ebb hex color red value is 0, green value is 158 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #009ebb hue: 0.53 , saturation: 1.00 and the lightness value of 009ebb is 0.37.

The process color (four color CMYK) of #009ebb color hex is 1.00, 0.16, 0.00, 0.27. Web safe color of #009ebb is #0099cc. Color #009ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10011110 10111011
Octal 0 236 273
Decimal 0 158 187
Hex 0 9E BB

RGB Percentages of Color #009ebb

%0.00
%45.80
%54.20

CMYK Percentages of Color #009ebb

%100
%16
%0
%27

Triadic Colors of #009ebb

#009ebb #bb009e #9ebb00

Analogous Colors of #009ebb

#009ebb #0041bb #00bb7b

Monochromatic Colors of #009ebb

#009ebb

Complementary Color

#009ebb #bb1d00

#009ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#009ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#009ebb Color CSS Codes

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

#009ebb Text Font Color

<p style="color:#009ebb">Text here</p>

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


#009ebb Background Color

<div style="background-color:#009ebb">
Div content here</div>

This div background color is #009ebb


#009ebb Border Color

<div style="border:3px solid #009ebb">
Div here</div>

This div border color is #009ebb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,158,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #009ebb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #009ebb;
  -webkit-box-shadow: 1px 1px 3px 2px #009ebb;
  box-shadow:         1px 1px 3px 2px #009ebb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,158,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #009ebb


Comments

No comments written yet.

Please login to write comment.