Color Hex Logo

#a7dfaa Color Hex

#A7DFAA
(167,223,170)
0 Favorites   0 Comments

Color spaces of #a7dfaa

RGB 167223170
HSL0.340.470.76
HSV123°25°87°
CMYK 0.250.000.24   0.13
XYZ49.579763.893147.7497
Yxy63.89310.30750.3963
Hunter Lab79.9332-29.165820.5351
CIE-Lab83.9101-28.153720.3089

#a7dfaa color RGB value is (167,223,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 11011111 10101010
Octal 247 337 252
Decimal 167 223 170
Hex A7 DF AA

RGB Percentages of Color #a7dfaa

%29.82
%39.82
%30.36

CMYK Percentages of Color #a7dfaa

%25
%0
%24
%13

Triadic Colors of #a7dfaa

#a7dfaa #aaa7df #dfaaa7

Analogous Colors of #a7dfaa

#a7dfaa #a7dfc6 #c0dfa7

Monochromatic Colors of #a7dfaa

#a7dfaa

Complementary Color

#a7dfaa #dfa7dc

#a7dfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7dfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7dfaa Color CSS Codes

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

#a7dfaa Text Font Color

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

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


#a7dfaa Background Color

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

This div background color is #a7dfaa


#a7dfaa Border Color

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

This div border color is #a7dfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7dfaa


Comments

No comments written yet.

Please login to write comment.