Color Hex Logo

#aad292 Color Hex

#AAD292
(170,210,146)
0 Favorites   0 Comments

Color spaces of #aad292

RGB 170210146
HSL0.270.420.70
HSV98°30°82°
CMYK 0.190.000.30   0.18
XYZ44.812556.714635.7793
Yxy56.71460.32640.4131
Hunter Lab75.3091-25.574924.5477
CIE-Lab80.0188-24.718327.5365

#aad292 color RGB value is (170,210,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010010 10010010
Octal 252 322 222
Decimal 170 210 146
Hex AA D2 92

RGB Percentages of Color #aad292

%32.32
%39.92
%27.76

CMYK Percentages of Color #aad292

%19
%0
%30
%18

Triadic Colors of #aad292

#aad292 #92aad2 #d292aa

Analogous Colors of #aad292

#aad292 #92d29a #cad292

Monochromatic Colors of #aad292

#aad292

Complementary Color

#aad292 #ba92d2

#aad292 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad292 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad292 Color CSS Codes

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

#aad292 Text Font Color

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

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


#aad292 Background Color

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

This div background color is #aad292


#aad292 Border Color

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

This div border color is #aad292


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad292


Comments

No comments written yet.

Please login to write comment.