Color Hex Logo

#009ecb Color Hex

#009ECB
(0,158,203)
0 Favorites   0 Comments

Color spaces of #009ecb

RGB 0158203
HSL0.541.000.40
HSV193°100°80°
CMYK 1.000.220.00   0.20
XYZ23.006428.765560.8396
Yxy28.76550.20430.2554
Hunter Lab53.6335-17.2899-29.7127
CIE-Lab60.5741-18.4541-32.7054

#009ecb color RGB value is (0,158,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 10011110 11001011
Octal 0 236 313
Decimal 0 158 203
Hex 0 9E CB

RGB Percentages of Color #009ecb

%0.00
%43.77
%56.23

CMYK Percentages of Color #009ecb

%100
%22
%0
%20

Triadic Colors of #009ecb

#009ecb #cb009e #9ecb00

Analogous Colors of #009ecb

#009ecb #0039cb #00cb93

Monochromatic Colors of #009ecb

#009ecb

Complementary Color

#009ecb #cb2d00

#009ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#009ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#009ecb Color CSS Codes

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

#009ecb Text Font Color

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

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


#009ecb Background Color

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

This div background color is #009ecb


#009ecb Border Color

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

This div border color is #009ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #009ecb

#009ecb Color Palettes


Comments

No comments written yet.

Please login to write comment.