Color Hex Logo

#aad298 Color Hex

#AAD298
(170,210,152)
0 Favorites   0 Comments

Color spaces of #aad298

RGB 170210152
HSL0.280.390.71
HSV101°28°82°
CMYK 0.190.000.28   0.18
XYZ45.291756.906238.3026
Yxy56.90620.32240.4050
Hunter Lab75.4362-24.842422.7009
CIE-Lab80.1268-23.801624.5517

#aad298 color RGB value is (170,210,152).

#aad298 hex color red value is 170, green value is 210 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #aad298 hue: 0.28 , saturation: 0.39 and the lightness value of aad298 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010010 10011000
Octal 252 322 230
Decimal 170 210 152
Hex AA D2 98

RGB Percentages of Color #aad298

%31.95
%39.47
%28.57

CMYK Percentages of Color #aad298

%19
%0
%28
%18

Triadic Colors of #aad298

#aad298 #98aad2 #d298aa

Analogous Colors of #aad298

#aad298 #98d2a3 #c7d298

Monochromatic Colors of #aad298

#aad298

Complementary Color

#aad298 #c098d2

#aad298 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad298 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad298 Color CSS Codes

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

#aad298 Text Font Color

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

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


#aad298 Background Color

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

This div background color is #aad298


#aad298 Border Color

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

This div border color is #aad298


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad298


Comments

No comments written yet.

Please login to write comment.