Color Hex Logo

#9aaaeb Color Hex

#9AAAEB
(154,170,235)
0 Favorites   0 Comments

Color spaces of #9aaaeb

RGB 154170235
HSL0.630.670.76
HSV228°34°92°
CMYK 0.340.280.00   0.08
XYZ42.696541.617684.3799
Yxy41.61760.25310.2467
Hunter Lab64.51175.2432-32.3918
CIE-Lab70.60659.6279-34.3843

#9aaaeb color RGB value is (154,170,235).

#9aaaeb hex color red value is 154, green value is 170 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #9aaaeb hue: 0.63 , saturation: 0.67 and the lightness value of 9aaaeb is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 10101010 11101011
Octal 232 252 353
Decimal 154 170 235
Hex 9A AA EB

RGB Percentages of Color #9aaaeb

%27.55
%30.41
%42.04

CMYK Percentages of Color #9aaaeb

%34
%28
%0
%8

Triadic Colors of #9aaaeb

#9aaaeb #eb9aaa #aaeb9a

Analogous Colors of #9aaaeb

#9aaaeb #b39aeb #9ad3eb

Monochromatic Colors of #9aaaeb

#9aaaeb

Complementary Color

#9aaaeb #ebdb9a

#9aaaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9aaaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9aaaeb Color CSS Codes

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

#9aaaeb Text Font Color

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

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


#9aaaeb Background Color

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

This div background color is #9aaaeb


#9aaaeb Border Color

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

This div border color is #9aaaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9aaaeb


Comments

No comments written yet.

Please login to write comment.