Color Hex Logo

#a7ddaa Color Hex

#A7DDAA
(167,221,170)
0 Favorites   0 Comments

Color spaces of #a7ddaa

RGB 167221170
HSL0.340.440.76
HSV123°24°87°
CMYK 0.240.000.23   0.13
XYZ49.048562.830747.5726
Yxy62.83070.30760.3940
Hunter Lab79.2658-28.262119.9023
CIE-Lab83.3532-27.196119.5369

#a7ddaa color RGB value is (167,221,170).

#a7ddaa hex color red value is 167, green value is 221 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a7ddaa hue: 0.34 , saturation: 0.44 and the lightness value of a7ddaa is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 11011101 10101010
Octal 247 335 252
Decimal 167 221 170
Hex A7 DD AA

RGB Percentages of Color #a7ddaa

%29.93
%39.61
%30.47

CMYK Percentages of Color #a7ddaa

%24
%0
%23
%13

Triadic Colors of #a7ddaa

#a7ddaa #aaa7dd #ddaaa7

Analogous Colors of #a7ddaa

#a7ddaa #a7ddc5 #bfdda7

Monochromatic Colors of #a7ddaa

#a7ddaa

Complementary Color

#a7ddaa #dda7da

#a7ddaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7ddaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7ddaa Color CSS Codes

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

#a7ddaa Text Font Color

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

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


#a7ddaa Background Color

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

This div background color is #a7ddaa


#a7ddaa Border Color

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

This div border color is #a7ddaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7ddaa


Comments

No comments written yet.

Please login to write comment.