Color Hex Logo

#9daaec Color Hex

#9DAAEC
(157,170,236)
0 Favorites   0 Comments

Color spaces of #9daaec

RGB 157170236
HSL0.640.680.77
HSV230°33°93°
CMYK 0.330.280.00   0.07
XYZ43.419741.973785.1701
Yxy41.97370.25460.2461
Hunter Lab64.78716.2515-32.5925
CIE-Lab70.852810.7162-34.5313

#9daaec color RGB value is (157,170,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 10101010 11101100
Octal 235 252 354
Decimal 157 170 236
Hex 9D AA EC

RGB Percentages of Color #9daaec

%27.89
%30.20
%41.92

CMYK Percentages of Color #9daaec

%33
%28
%0
%7

Triadic Colors of #9daaec

#9daaec #ec9daa #aaec9d

Analogous Colors of #9daaec

#9daaec #b89dec #9dd2ec

Monochromatic Colors of #9daaec

#9daaec

Complementary Color

#9daaec #ecdf9d

#9daaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9daaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9daaec Color CSS Codes

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

#9daaec Text Font Color

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

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


#9daaec Background Color

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

This div background color is #9daaec


#9daaec Border Color

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

This div border color is #9daaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9daaec


Comments

No comments written yet.

Please login to write comment.