Color Hex Logo

#9d9aec Color Hex

#9D9AEC
(157,154,236)
0 Favorites   0 Comments

Color spaces of #9d9aec

RGB 157154236
HSL0.670.680.76
HSV242°35°93°
CMYK 0.330.350.00   0.07
XYZ40.600636.335484.2304
Yxy36.33540.25190.2255
Hunter Lab60.278914.7400-40.6534
CIE-Lab66.775419.7699-40.8811

#9d9aec color RGB value is (157,154,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 10011010 11101100
Octal 235 232 354
Decimal 157 154 236
Hex 9D 9A EC

RGB Percentages of Color #9d9aec

%28.70
%28.15
%43.14

CMYK Percentages of Color #9d9aec

%33
%35
%0
%7

Triadic Colors of #9d9aec

#9d9aec #ec9d9a #9aec9d

Analogous Colors of #9d9aec

#9d9aec #c69aec #9ac0ec

Monochromatic Colors of #9d9aec

#9d9aec

Complementary Color

#9d9aec #e9ec9a

#9d9aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d9aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d9aec Color CSS Codes

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

#9d9aec Text Font Color

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

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


#9d9aec Background Color

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

This div background color is #9d9aec


#9d9aec Border Color

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

This div border color is #9d9aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d9aec


Comments

No comments written yet.

Please login to write comment.