Color Hex Logo

#aadda3 Color Hex

#AADDA3
(170,221,163)
0 Favorites   0 Comments

Color spaces of #aadda3

RGB 170221163
HSL0.310.460.75
HSV113°26°87°
CMYK 0.230.000.26   0.13
XYZ49.044962.903344.2069
Yxy62.90330.31410.4028
Hunter Lab79.3116-28.414022.4709
CIE-Lab83.3915-27.370823.2697

#aadda3 color RGB value is (170,221,163).

#aadda3 hex color red value is 170, green value is 221 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #aadda3 hue: 0.31 , saturation: 0.46 and the lightness value of aadda3 is 0.75.

The process color (four color CMYK) of #aadda3 color hex is 0.23, 0.00, 0.26, 0.13. Web safe color of #aadda3 is #99cc99. Color #aadda3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011101 10100011
Octal 252 335 243
Decimal 170 221 163
Hex AA DD A3

RGB Percentages of Color #aadda3

%30.69
%39.89
%29.42

CMYK Percentages of Color #aadda3

%23
%0
%26
%13

Triadic Colors of #aadda3

#aadda3 #a3aadd #dda3aa

Analogous Colors of #aadda3

#aadda3 #a3ddb9 #c7dda3

Monochromatic Colors of #aadda3

#aadda3

Complementary Color

#aadda3 #d6a3dd

#aadda3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadda3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadda3 Color CSS Codes

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

#aadda3 Text Font Color

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

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


#aadda3 Background Color

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

This div background color is #aadda3


#aadda3 Border Color

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

This div border color is #aadda3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadda3


Comments

No comments written yet.

Please login to write comment.