Color Hex Logo

#a7dfae Color Hex

#A7DFAE
(167,223,174)
0 Favorites   0 Comments

Color spaces of #a7dfae

RGB 167223174
HSL0.350.470.76
HSV128°25°87°
CMYK 0.250.000.22   0.13
XYZ49.964064.046849.7733
Yxy64.04680.30510.3910
Hunter Lab80.0292-28.609719.1457
CIE-Lab83.9901-27.461518.3301

#a7dfae color RGB value is (167,223,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 11011111 10101110
Octal 247 337 256
Decimal 167 223 174
Hex A7 DF AE

RGB Percentages of Color #a7dfae

%29.61
%39.54
%30.85

CMYK Percentages of Color #a7dfae

%25
%0
%22
%13

Triadic Colors of #a7dfae

#a7dfae #aea7df #dfaea7

Analogous Colors of #a7dfae

#a7dfae #a7dfca #bcdfa7

Monochromatic Colors of #a7dfae

#a7dfae

Complementary Color

#a7dfae #dfa7d8

#a7dfae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7dfae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7dfae Color CSS Codes

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

#a7dfae Text Font Color

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

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


#a7dfae Background Color

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

This div background color is #a7dfae


#a7dfae Border Color

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

This div border color is #a7dfae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7dfae


Comments

No comments written yet.

Please login to write comment.