Color Hex Logo

#a7deaa Color Hex

#A7DEAA
(167,222,170)
0 Favorites   0 Comments

Color spaces of #a7deaa

RGB 167222170
HSL0.340.450.76
HSV123°25°87°
CMYK 0.250.000.23   0.13
XYZ49.313363.360347.6609
Yxy63.36030.30760.3952
Hunter Lab79.5992-28.714220.2189
CIE-Lab83.6316-27.675519.9230

#a7deaa color RGB value is (167,222,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 11011110 10101010
Octal 247 336 252
Decimal 167 222 170
Hex A7 DE AA

RGB Percentages of Color #a7deaa

%29.87
%39.71
%30.41

CMYK Percentages of Color #a7deaa

%25
%0
%23
%13

Triadic Colors of #a7deaa

#a7deaa #aaa7de #deaaa7

Analogous Colors of #a7deaa

#a7deaa #a7dec6 #c0dea7

Monochromatic Colors of #a7deaa

#a7deaa

Complementary Color

#a7deaa #dea7db

#a7deaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7deaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7deaa Color CSS Codes

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

#a7deaa Text Font Color

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

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


#a7deaa Background Color

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

This div background color is #a7deaa


#a7deaa Border Color

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

This div border color is #a7deaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,222,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 #a7deaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7deaa


Comments

No comments written yet.

Please login to write comment.