Color Hex Logo

#009eda Color Hex

#009EDA
(0,158,218)
0 Favorites   0 Comments

Color spaces of #009eda

RGB 0158218
HSL0.551.000.43
HSV197°100°85°
CMYK 1.000.280.00   0.15
XYZ24.881729.515770.7154
Yxy29.51570.19890.2359
Hunter Lab54.3284-13.3239-39.1438
CIE-Lab61.2341-13.0525-40.0378

#009eda color RGB value is (0,158,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 10011110 11011010
Octal 0 236 332
Decimal 0 158 218
Hex 0 9E DA

RGB Percentages of Color #009eda

%0.00
%42.02
%57.98

CMYK Percentages of Color #009eda

%100
%28
%0
%15

Triadic Colors of #009eda

#009eda #da009e #9eda00

Analogous Colors of #009eda

#009eda #0031da #00daa9

Monochromatic Colors of #009eda

#009eda

Complementary Color

#009eda #da3c00

#009eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#009eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#009eda Color CSS Codes

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

#009eda Text Font Color

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

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


#009eda Background Color

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

This div background color is #009eda


#009eda Border Color

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

This div border color is #009eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #009eda


Comments

No comments written yet.

Please login to write comment.