Color Hex Logo

#009deb Color Hex

#009DEB
(0,157,235)
0 Favorites   0 Comments

Color spaces of #009deb

RGB 0157235
HSL0.561.000.46
HSV200°100°92°
CMYK 1.000.330.00   0.08
XYZ27.052430.112182.9837
Yxy30.11210.19300.2149
Hunter Lab54.8745-8.0322-51.2489
CIE-Lab61.7508-6.2365-48.6338

#009deb color RGB value is (0,157,235).

#009deb hex color red value is 0, green value is 157 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #009deb hue: 0.56 , saturation: 1.00 and the lightness value of 009deb is 0.46.

The process color (four color CMYK) of #009deb color hex is 1.00, 0.33, 0.00, 0.08. Web safe color of #009deb is #0099ff. Color #009deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10011101 11101011
Octal 0 235 353
Decimal 0 157 235
Hex 0 9D EB

RGB Percentages of Color #009deb

%0.00
%40.05
%59.95

CMYK Percentages of Color #009deb

%100
%33
%0
%8

Triadic Colors of #009deb

#009deb #eb009d #9deb00

Analogous Colors of #009deb

#009deb #0027eb #00ebc4

Monochromatic Colors of #009deb

#009deb

Complementary Color

#009deb #eb4e00

#009deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#009deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#009deb Color CSS Codes

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

#009deb Text Font Color

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

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


#009deb Background Color

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

This div background color is #009deb


#009deb Border Color

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

This div border color is #009deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #009deb


Comments

No comments written yet.

Please login to write comment.