Color Hex Logo

#a4dfaa Color Hex

#A4DFAA
(164,223,170)
0 Favorites   0 Comments

Color spaces of #a4dfaa

RGB 164223170
HSL0.350.480.76
HSV126°26°87°
CMYK 0.260.000.24   0.13
XYZ48.953263.570147.7204
Yxy63.57010.30550.3967
Hunter Lab79.7309-29.933520.3254
CIE-Lab83.7414-29.129420.0493

#a4dfaa color RGB value is (164,223,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 11011111 10101010
Octal 244 337 252
Decimal 164 223 170
Hex A4 DF AA

RGB Percentages of Color #a4dfaa

%29.44
%40.04
%30.52

CMYK Percentages of Color #a4dfaa

%26
%0
%24
%13

Triadic Colors of #a4dfaa

#a4dfaa #aaa4df #dfaaa4

Analogous Colors of #a4dfaa

#a4dfaa #a4dfc8 #bcdfa4

Monochromatic Colors of #a4dfaa

#a4dfaa

Complementary Color

#a4dfaa #dfa4d9

#a4dfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4dfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4dfaa Color CSS Codes

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

#a4dfaa Text Font Color

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

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


#a4dfaa Background Color

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

This div background color is #a4dfaa


#a4dfaa Border Color

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

This div border color is #a4dfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4dfaa


Comments

No comments written yet.

Please login to write comment.