Color Hex Logo

#009fde Color Hex

#009FDE
(0,159,222)
0 Favorites   0 Comments

Color spaces of #009fde

RGB 0159222
HSL0.551.000.44
HSV197°100°87°
CMYK 1.000.280.00   0.13
XYZ25.583030.070273.5630
Yxy30.07020.19800.2327
Hunter Lab54.8363-12.6872-41.1522
CIE-Lab61.7147-12.1470-41.5034

#009fde color RGB value is (0,159,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 10011111 11011110
Octal 0 237 336
Decimal 0 159 222
Hex 0 9F DE

RGB Percentages of Color #009fde

%0.00
%41.73
%58.27

CMYK Percentages of Color #009fde

%100
%28
%0
%13

Triadic Colors of #009fde

#009fde #de009f #9fde00

Analogous Colors of #009fde

#009fde #0030de #00deae

Monochromatic Colors of #009fde

#009fde

Complementary Color

#009fde #de3f00

#009fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#009fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#009fde Color CSS Codes

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

#009fde Text Font Color

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

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


#009fde Background Color

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

This div background color is #009fde


#009fde Border Color

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

This div border color is #009fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #009fde


Comments

No comments written yet.

Please login to write comment.