Color Hex Logo

#9daaef Color Hex

#9DAAEF
(157,170,239)
0 Favorites   0 Comments

Color spaces of #9daaef

RGB 157170239
HSL0.640.720.78
HSV230°34°94°
CMYK 0.340.290.00   0.06
XYZ43.859342.149587.4854
Yxy42.14950.25280.2429
Hunter Lab64.92266.9733-34.4494
CIE-Lab70.973911.4895-35.9775

#9daaef color RGB value is (157,170,239).

#9daaef hex color red value is 157, green value is 170 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #9daaef hue: 0.64 , saturation: 0.72 and the lightness value of 9daaef is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 10101010 11101111
Octal 235 252 357
Decimal 157 170 239
Hex 9D AA EF

RGB Percentages of Color #9daaef

%27.74
%30.04
%42.23

CMYK Percentages of Color #9daaef

%34
%29
%0
%6

Triadic Colors of #9daaef

#9daaef #ef9daa #aaef9d

Analogous Colors of #9daaef

#9daaef #b99def #9dd3ef

Monochromatic Colors of #9daaef

#9daaef

Complementary Color

#9daaef #efe29d

#9daaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9daaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#9daaef Color CSS Codes

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

#9daaef Text Font Color

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

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


#9daaef Background Color

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

This div background color is #9daaef


#9daaef Border Color

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

This div border color is #9daaef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,170,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 #9daaef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9daaef


Comments

No comments written yet.

Please login to write comment.