Color Hex Logo

#009afe Color Hex

#009AFE
(0,154,254)
0 Favorites   0 Comments

Color spaces of #009afe

RGB 0154254
HSL0.571.000.50
HSV204°100°100°
CMYK 1.000.390.00   0.00
XYZ29.445030.267098.0561
Yxy30.26700.18660.1918
Hunter Lab55.0155-0.7415-67.1640
CIE-Lab61.88392.6135-58.8556

#009afe color RGB value is (0,154,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 10011010 11111110
Octal 0 232 376
Decimal 0 154 254
Hex 0 9A FE

RGB Percentages of Color #009afe

%0.00
%37.75
%62.25

CMYK Percentages of Color #009afe

%100
%39
%0
%0

Triadic Colors of #009afe

#009afe #fe009a #9afe00

Analogous Colors of #009afe

#009afe #001bfe #00fee3

Monochromatic Colors of #009afe

#009afe

Complementary Color

#009afe #fe6400

#009afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#009afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#009afe Color CSS Codes

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

#009afe Text Font Color

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

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


#009afe Background Color

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

This div background color is #009afe


#009afe Border Color

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

This div border color is #009afe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,154,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 #009afe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #009afe

Related Colors

#009afe Color Palettes


Comments

No comments written yet.

Please login to write comment.