Color Hex Logo

#aad485 Color Hex

#AAD485
(170,212,133)
0 Favorites   0 Comments

Color spaces of #aad485

RGB 170212133
HSL0.260.480.68
HSV92°37°83°
CMYK 0.200.000.37   0.17
XYZ44.354757.326530.9177
Yxy57.32650.33450.4323
Hunter Lab75.7143-27.931628.7891
CIE-Lab80.3629-27.531134.6873

#aad485 color RGB value is (170,212,133).

#aad485 hex color red value is 170, green value is 212 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #aad485 hue: 0.26 , saturation: 0.48 and the lightness value of aad485 is 0.68.

The process color (four color CMYK) of #aad485 color hex is 0.20, 0.00, 0.37, 0.17. Web safe color of #aad485 is #99cc99. Color #aad485 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010100 10000101
Octal 252 324 205
Decimal 170 212 133
Hex AA D4 85

RGB Percentages of Color #aad485

%33.01
%41.17
%25.83

CMYK Percentages of Color #aad485

%20
%0
%37
%17

Triadic Colors of #aad485

#aad485 #85aad4 #d485aa

Analogous Colors of #aad485

#aad485 #85d488 #d2d485

Monochromatic Colors of #aad485

#aad485

Complementary Color

#aad485 #af85d4

#aad485 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad485 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad485 Color CSS Codes

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

#aad485 Text Font Color

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

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


#aad485 Background Color

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

This div background color is #aad485


#aad485 Border Color

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

This div border color is #aad485


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad485


Comments

No comments written yet.

Please login to write comment.