Color Hex Logo

#9aaeee Color Hex

#9AAEEE
(154,174,238)
0 Favorites   0 Comments

Color spaces of #9aaeee

RGB 154174238
HSL0.630.710.77
HSV226°35°93°
CMYK 0.350.270.00   0.07
XYZ43.895143.315286.9361
Yxy43.31520.25210.2487
Hunter Lab65.81433.8763-32.2480
CIE-Lab71.76848.1700-34.2177

#9aaeee color RGB value is (154,174,238).

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

The process color (four color CMYK) of #9aaeee color hex is 0.35, 0.27, 0.00, 0.07. Web safe color of #9aaeee is #9999ff. Color #9aaeee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 10101110 11101110
Octal 232 256 356
Decimal 154 174 238
Hex 9A AE EE

RGB Percentages of Color #9aaeee

%27.21
%30.74
%42.05

CMYK Percentages of Color #9aaeee

%35
%27
%0
%7

Triadic Colors of #9aaeee

#9aaeee #ee9aae #aeee9a

Analogous Colors of #9aaeee

#9aaeee #b09aee #9ad8ee

Monochromatic Colors of #9aaeee

#9aaeee

Complementary Color

#9aaeee #eeda9a

#9aaeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9aaeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#9aaeee Color CSS Codes

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

#9aaeee Text Font Color

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

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


#9aaeee Background Color

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

This div background color is #9aaeee


#9aaeee Border Color

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

This div border color is #9aaeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9aaeee


Comments

No comments written yet.

Please login to write comment.