Color Hex Logo

#aad383 Color Hex

#AAD383
(170,211,131)
0 Favorites   0 Comments

Color spaces of #aad383

RGB 170211131
HSL0.250.480.67
HSV91°38°83°
CMYK 0.190.000.38   0.17
XYZ43.968656.773330.1137
Yxy56.77330.33600.4339
Hunter Lab75.3481-27.697229.0477
CIE-Lab80.0519-27.319335.3007

#aad383 color RGB value is (170,211,131).

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

The process color (four color CMYK) of #aad383 color hex is 0.19, 0.00, 0.38, 0.17. Web safe color of #aad383 is #99cc99. Color #aad383 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010011 10000011
Octal 252 323 203
Decimal 170 211 131
Hex AA D3 83

RGB Percentages of Color #aad383

%33.20
%41.21
%25.59

CMYK Percentages of Color #aad383

%19
%0
%38
%17

Triadic Colors of #aad383

#aad383 #83aad3 #d383aa

Analogous Colors of #aad383

#aad383 #83d384 #d2d383

Monochromatic Colors of #aad383

#aad383

Complementary Color

#aad383 #ac83d3

#aad383 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad383 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad383 Color CSS Codes

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

#aad383 Text Font Color

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

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


#aad383 Background Color

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

This div background color is #aad383


#aad383 Border Color

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

This div border color is #aad383


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad383


Comments

No comments written yet.

Please login to write comment.