Color Hex Logo

#009ebd Color Hex

#009EBD
(0,158,189)
0 Favorites   0 Comments

Color spaces of #009ebd

RGB 0158189
HSL0.531.000.37
HSV190°100°74°
CMYK 1.000.160.00   0.26
XYZ21.412228.127852.4448
Yxy28.12780.21000.2758
Hunter Lab53.0356-20.7462-21.5045
CIE-Lab60.0040-23.3673-25.7338

#009ebd color RGB value is (0,158,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 10011110 10111101
Octal 0 236 275
Decimal 0 158 189
Hex 0 9E BD

RGB Percentages of Color #009ebd

%0.00
%45.53
%54.47

CMYK Percentages of Color #009ebd

%100
%16
%0
%26

Triadic Colors of #009ebd

#009ebd #bd009e #9ebd00

Analogous Colors of #009ebd

#009ebd #003fbd #00bd7e

Monochromatic Colors of #009ebd

#009ebd

Complementary Color

#009ebd #bd1f00

#009ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#009ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#009ebd Color CSS Codes

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

#009ebd Text Font Color

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

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


#009ebd Background Color

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

This div background color is #009ebd


#009ebd Border Color

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

This div border color is #009ebd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,158,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 #009ebd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #009ebd


Comments

No comments written yet.

Please login to write comment.