Color Hex Logo

#aadca4 Color Hex

#AADCA4
(170,220,164)
0 Favorites   0 Comments

Color spaces of #aadca4

RGB 170220164
HSL0.320.440.75
HSV114°25°86°
CMYK 0.230.000.25   0.14
XYZ48.871662.412844.5930
Yxy62.41280.31350.4004
Hunter Lab79.0018-27.830521.8347
CIE-Lab83.1325-26.727322.3933

#aadca4 color RGB value is (170,220,164).

#aadca4 hex color red value is 170, green value is 220 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #aadca4 hue: 0.32 , saturation: 0.44 and the lightness value of aadca4 is 0.75.

The process color (four color CMYK) of #aadca4 color hex is 0.23, 0.00, 0.25, 0.14. Web safe color of #aadca4 is #99cc99. Color #aadca4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011100 10100100
Octal 252 334 244
Decimal 170 220 164
Hex AA DC A4

RGB Percentages of Color #aadca4

%30.69
%39.71
%29.60

CMYK Percentages of Color #aadca4

%23
%0
%25
%14

Triadic Colors of #aadca4

#aadca4 #a4aadc #dca4aa

Analogous Colors of #aadca4

#aadca4 #a4dcba #c6dca4

Monochromatic Colors of #aadca4

#aadca4

Complementary Color

#aadca4 #d6a4dc

#aadca4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadca4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadca4 Color CSS Codes

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

#aadca4 Text Font Color

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

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


#aadca4 Background Color

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

This div background color is #aadca4


#aadca4 Border Color

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

This div border color is #aadca4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadca4


Comments

No comments written yet.

Please login to write comment.