Color Hex Logo

#009aec Color Hex

#009AEC
(0,154,236)
0 Favorites   0 Comments

Color spaces of #009aec

RGB 0154236
HSL0.561.000.46
HSV201°100°93°
CMYK 1.000.350.00   0.07
XYZ26.695929.167383.5797
Yxy29.16730.19140.2092
Hunter Lab54.0068-6.2781-53.9512
CIE-Lab60.9290-4.1452-50.4871

#009aec color RGB value is (0,154,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 10011010 11101100
Octal 0 232 354
Decimal 0 154 236
Hex 0 9A EC

RGB Percentages of Color #009aec

%0.00
%39.49
%60.51

CMYK Percentages of Color #009aec

%100
%35
%0
%7

Triadic Colors of #009aec

#009aec #ec009a #9aec00

Analogous Colors of #009aec

#009aec #0024ec #00ecc8

Monochromatic Colors of #009aec

#009aec

Complementary Color

#009aec #ec5200

#009aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#009aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#009aec Color CSS Codes

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

#009aec Text Font Color

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

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


#009aec Background Color

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

This div background color is #009aec


#009aec Border Color

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

This div border color is #009aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #009aec


Comments

No comments written yet.

Please login to write comment.