Color Hex Logo

#aad184 Color Hex

#AAD184
(170,209,132)
0 Favorites   0 Comments

Color spaces of #aad184

RGB 170209132
HSL0.250.460.67
HSV90°37°82°
CMYK 0.190.000.37   0.18
XYZ43.542955.812930.3078
Yxy55.81290.33580.4304
Hunter Lab74.7080-26.701928.2427
CIE-Lab79.5072-26.223534.0822

#aad184 color RGB value is (170,209,132).

#aad184 hex color red value is 170, green value is 209 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #aad184 hue: 0.25 , saturation: 0.46 and the lightness value of aad184 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010001 10000100
Octal 252 321 204
Decimal 170 209 132
Hex AA D1 84

RGB Percentages of Color #aad184

%33.27
%40.90
%25.83

CMYK Percentages of Color #aad184

%19
%0
%37
%18

Triadic Colors of #aad184

#aad184 #84aad1 #d184aa

Analogous Colors of #aad184

#aad184 #84d185 #d1d184

Monochromatic Colors of #aad184

#aad184

Complementary Color

#aad184 #ab84d1

#aad184 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad184 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad184 Color CSS Codes

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

#aad184 Text Font Color

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

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


#aad184 Background Color

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

This div background color is #aad184


#aad184 Border Color

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

This div border color is #aad184


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad184


Comments

No comments written yet.

Please login to write comment.