Color Hex Logo

#9aaedf Color Hex

#9AAEDF
(154,174,223)
0 Favorites   0 Comments

Color spaces of #9aaedf

RGB 154174223
HSL0.620.520.74
HSV223°31°87°
CMYK 0.310.220.00   0.13
XYZ41.781842.469875.8074
Yxy42.46980.26100.2653
Hunter Lab65.16890.3965-23.3506
CIE-Lab71.19364.3428-26.9274

#9aaedf color RGB value is (154,174,223).

#9aaedf hex color red value is 154, green value is 174 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #9aaedf hue: 0.62 , saturation: 0.52 and the lightness value of 9aaedf is 0.74.

The process color (four color CMYK) of #9aaedf color hex is 0.31, 0.22, 0.00, 0.13. Web safe color of #9aaedf is #9999cc. Color #9aaedf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 10101110 11011111
Octal 232 256 337
Decimal 154 174 223
Hex 9A AE DF

RGB Percentages of Color #9aaedf

%27.95
%31.58
%40.47

CMYK Percentages of Color #9aaedf

%31
%22
%0
%13

Triadic Colors of #9aaedf

#9aaedf #df9aae #aedf9a

Analogous Colors of #9aaedf

#9aaedf #a99adf #9ad1df

Monochromatic Colors of #9aaedf

#9aaedf

Complementary Color

#9aaedf #dfcb9a

#9aaedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9aaedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9aaedf Color CSS Codes

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

#9aaedf Text Font Color

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

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


#9aaedf Background Color

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

This div background color is #9aaedf


#9aaedf Border Color

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

This div border color is #9aaedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9aaedf


Comments

No comments written yet.

Please login to write comment.