Color Hex Logo

#ad92ae Color Hex

#AD92AE
(173,146,174)
0 Favorites   0 Comments

Color spaces of #ad92ae

RGB 173146174
HSL0.830.150.63
HSV298°16°68°
CMYK 0.010.160.00   0.32
XYZ35.152432.498044.4644
Yxy32.49800.31350.2899
Hunter Lab57.007010.3067-6.3402
CIE-Lab63.752415.1415-10.8778

#ad92ae color RGB value is (173,146,174).

#ad92ae hex color red value is 173, green value is 146 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ad92ae hue: 0.83 , saturation: 0.15 and the lightness value of ad92ae is 0.63.

The process color (four color CMYK) of #ad92ae color hex is 0.01, 0.16, 0.00, 0.32. Web safe color of #ad92ae is #999999. Color #ad92ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010010 10101110
Octal 255 222 256
Decimal 173 146 174
Hex AD 92 AE

RGB Percentages of Color #ad92ae

%35.09
%29.61
%35.29

CMYK Percentages of Color #ad92ae

%1
%16
%0
%32

Triadic Colors of #ad92ae

#ad92ae #aead92 #92aead

Analogous Colors of #ad92ae

#ad92ae #ae92a1 #9f92ae

Monochromatic Colors of #ad92ae

#ad92ae

Complementary Color

#ad92ae #93ae92

#ad92ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad92ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad92ae Color CSS Codes

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

#ad92ae Text Font Color

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

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


#ad92ae Background Color

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

This div background color is #ad92ae


#ad92ae Border Color

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

This div border color is #ad92ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,146,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad92ae


Comments

No comments written yet.

Please login to write comment.