Color Hex Logo

#009edb Color Hex

#009EDB
(0,158,219)
1 Favorites   0 Comments

Color spaces of #009edb

RGB 0158219
HSL0.551.000.43
HSV197°100°86°
CMYK 1.000.280.00   0.14
XYZ25.013029.568271.4067
Yxy29.56820.19850.2347
Hunter Lab54.3766-13.0500-39.7952
CIE-Lab61.2799-12.6881-40.5215

#009edb color RGB value is (0,158,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 10011110 11011011
Octal 0 236 333
Decimal 0 158 219
Hex 0 9E DB

RGB Percentages of Color #009edb

%0.00
%41.91
%58.09

CMYK Percentages of Color #009edb

%100
%28
%0
%14

Triadic Colors of #009edb

#009edb #db009e #9edb00

Analogous Colors of #009edb

#009edb #0031db #00dbab

Monochromatic Colors of #009edb

#009edb

Complementary Color

#009edb #db3d00

#009edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#009edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#009edb Color CSS Codes

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

#009edb Text Font Color

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

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


#009edb Background Color

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

This div background color is #009edb


#009edb Border Color

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

This div border color is #009edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #009edb


Comments

No comments written yet.

Please login to write comment.