Color Hex Logo

#009dfe Color Hex

#009DFE
(0,157,254)
0 Favorites   0 Comments

Color spaces of #009dfe

RGB 0157254
HSL0.561.000.50
HSV203°100°100°
CMYK 1.000.380.00   0.00
XYZ29.946431.269798.2232
Yxy31.26970.18780.1961
Hunter Lab55.9193-2.2669-65.0003
CIE-Lab62.73460.8561-57.4985

#009dfe color RGB value is (0,157,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 10011101 11111110
Octal 0 235 376
Decimal 0 157 254
Hex 0 9D FE

RGB Percentages of Color #009dfe

%0.00
%38.20
%61.80

CMYK Percentages of Color #009dfe

%100
%38
%0
%0

Triadic Colors of #009dfe

#009dfe #fe009d #9dfe00

Analogous Colors of #009dfe

#009dfe #001efe #00fee0

Monochromatic Colors of #009dfe

#009dfe

Complementary Color

#009dfe #fe6100

#009dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#009dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#009dfe Color CSS Codes

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

#009dfe Text Font Color

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

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


#009dfe Background Color

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

This div background color is #009dfe


#009dfe Border Color

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

This div border color is #009dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #009dfe


Comments

No comments written yet.

Please login to write comment.