Color Hex Logo

#aadd7b Color Hex

#AADD7B
(170,221,123)
0 Favorites   0 Comments

Color spaces of #aadd7b

RGB 170221123
HSL0.250.590.67
HSV91°44°87°
CMYK 0.230.000.44   0.13
XYZ46.009261.689028.2211
Yxy61.68900.33850.4539
Hunter Lab78.5423-32.885933.6761
CIE-Lab82.7478-33.047342.7378

#aadd7b color RGB value is (170,221,123).

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

The process color (four color CMYK) of #aadd7b color hex is 0.23, 0.00, 0.44, 0.13. Web safe color of #aadd7b is #99cc66. Color #aadd7b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011101 01111011
Octal 252 335 173
Decimal 170 221 123
Hex AA DD 7B

RGB Percentages of Color #aadd7b

%33.07
%43.00
%23.93

CMYK Percentages of Color #aadd7b

%23
%0
%44
%13

Triadic Colors of #aadd7b

#aadd7b #7baadd #dd7baa

Analogous Colors of #aadd7b

#aadd7b #7bdd7d #dbdd7b

Monochromatic Colors of #aadd7b

#aadd7b

Complementary Color

#aadd7b #ae7bdd

#aadd7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadd7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadd7b Color CSS Codes

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

#aadd7b Text Font Color

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

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


#aadd7b Background Color

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

This div background color is #aadd7b


#aadd7b Border Color

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

This div border color is #aadd7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadd7b


Comments

No comments written yet.

Please login to write comment.