Color Hex Logo

#9aabef Color Hex

#9AABEF
(154,171,239)
0 Favorites   0 Comments

Color spaces of #9aabef

RGB 154171239
HSL0.630.730.77
HSV228°36°94°
CMYK 0.360.280.00   0.06
XYZ43.469342.227887.5211
Yxy42.22780.25100.2438
Hunter Lab64.98295.6846-34.3656
CIE-Lab71.027710.1088-35.9100

#9aabef color RGB value is (154,171,239).

#9aabef hex color red value is 154, green value is 171 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #9aabef hue: 0.63 , saturation: 0.73 and the lightness value of 9aabef is 0.77.

The process color (four color CMYK) of #9aabef color hex is 0.36, 0.28, 0.00, 0.06. Web safe color of #9aabef is #9999ff. Color #9aabef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 10101011 11101111
Octal 232 253 357
Decimal 154 171 239
Hex 9A AB EF

RGB Percentages of Color #9aabef

%27.30
%30.32
%42.38

CMYK Percentages of Color #9aabef

%36
%28
%0
%6

Triadic Colors of #9aabef

#9aabef #ef9aab #abef9a

Analogous Colors of #9aabef

#9aabef #b49aef #9ad6ef

Monochromatic Colors of #9aabef

#9aabef

Complementary Color

#9aabef #efde9a

#9aabef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9aabef Color Preview on White Background

Lorem ipsum dolor sit amet.

#9aabef Color CSS Codes

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

#9aabef Text Font Color

<p style="color:#9aabef">Text here</p>

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


#9aabef Background Color

<div style="background-color:#9aabef">
Div content here</div>

This div background color is #9aabef


#9aabef Border Color

<div style="border:3px solid #9aabef">
Div here</div>

This div border color is #9aabef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(154,171,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9aabef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9aabef;
  -webkit-box-shadow: 1px 1px 3px 2px #9aabef;
  box-shadow:         1px 1px 3px 2px #9aabef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9aabef


Comments

No comments written yet.

Please login to write comment.