Color Hex Logo

#aad193 Color Hex

#AAD193
(170,209,147)
0 Favorites   0 Comments

Color spaces of #aad193

RGB 170209147
HSL0.270.400.70
HSV98°30°82°
CMYK 0.190.000.30   0.18
XYZ44.644556.253636.1088
Yxy56.25360.32590.4106
Hunter Lab75.0024-25.003723.9574
CIE-Lab79.7579-24.080826.6643

#aad193 color RGB value is (170,209,147).

#aad193 hex color red value is 170, green value is 209 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #aad193 hue: 0.27 , saturation: 0.40 and the lightness value of aad193 is 0.70.

The process color (four color CMYK) of #aad193 color hex is 0.19, 0.00, 0.30, 0.18. Web safe color of #aad193 is #99cc99. Color #aad193 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010001 10010011
Octal 252 321 223
Decimal 170 209 147
Hex AA D1 93

RGB Percentages of Color #aad193

%32.32
%39.73
%27.95

CMYK Percentages of Color #aad193

%19
%0
%30
%18

Triadic Colors of #aad193

#aad193 #93aad1 #d193aa

Analogous Colors of #aad193

#aad193 #93d19b #c9d193

Monochromatic Colors of #aad193

#aad193

Complementary Color

#aad193 #ba93d1

#aad193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad193 Color CSS Codes

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

#aad193 Text Font Color

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

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


#aad193 Background Color

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

This div background color is #aad193


#aad193 Border Color

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

This div border color is #aad193


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(170,209,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aad193; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aad193;
  -webkit-box-shadow: 1px 1px 3px 2px #aad193;
  box-shadow:         1px 1px 3px 2px #aad193; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad193


Comments

No comments written yet.

Please login to write comment.