Color Hex Logo

#ad9aec Color Hex

#AD9AEC
(173,154,236)
0 Favorites   0 Comments

Color spaces of #ad9aec

RGB 173154236
HSL0.710.680.76
HSV254°35°93°
CMYK 0.270.350.00   0.07
XYZ43.929538.051684.3862
Yxy38.05160.26410.2287
Hunter Lab61.686019.1678-37.9283
CIE-Lab68.058624.2612-38.7817

#ad9aec color RGB value is (173,154,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10011010 11101100
Octal 255 232 354
Decimal 173 154 236
Hex AD 9A EC

RGB Percentages of Color #ad9aec

%30.73
%27.35
%41.92

CMYK Percentages of Color #ad9aec

%27
%35
%0
%7

Triadic Colors of #ad9aec

#ad9aec #ecad9a #9aecad

Analogous Colors of #ad9aec

#ad9aec #d69aec #9ab0ec

Monochromatic Colors of #ad9aec

#ad9aec

Complementary Color

#ad9aec #d9ec9a

#ad9aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad9aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad9aec Color CSS Codes

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

#ad9aec Text Font Color

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

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


#ad9aec Background Color

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

This div background color is #ad9aec


#ad9aec Border Color

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

This div border color is #ad9aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad9aec


Comments

No comments written yet.

Please login to write comment.