Color Hex Logo

#009aff Color Hex

#009AFF
(0,154,255)
1 Favorites   0 Comments

Color spaces of #009aff

RGB 0154255
HSL0.571.000.50
HSV204°100°100°
CMYK 1.000.400.00   0.00
XYZ29.605630.331298.9019
Yxy30.33120.18640.1910
Hunter Lab55.0738-0.4242-67.9218
CIE-Lab61.93892.9903-59.3144

#009aff color RGB value is (0,154,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 10011010 11111111
Octal 0 232 377
Decimal 0 154 255
Hex 0 9A FF

RGB Percentages of Color #009aff

%0.00
%37.65
%62.35

CMYK Percentages of Color #009aff

%100
%40
%0
%0

Triadic Colors of #009aff

#009aff #ff009a #9aff00

Analogous Colors of #009aff

#009aff #001aff #00ffe5

Monochromatic Colors of #009aff

#009aff

Complementary Color

#009aff #ff6500

#009aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#009aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#009aff Color CSS Codes

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

#009aff Text Font Color

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

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


#009aff Background Color

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

This div background color is #009aff


#009aff Border Color

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

This div border color is #009aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #009aff


Comments

No comments written yet.

Please login to write comment.