Color Hex Logo

#a4dfaf Color Hex

#A4DFAF
(164,223,175)
0 Favorites   0 Comments

Color spaces of #a4dfaf

RGB 164223175
HSL0.360.480.76
HSV131°26°87°
CMYK 0.260.000.22   0.13
XYZ49.435463.763050.2594
Yxy63.76300.30240.3901
Hunter Lab79.8517-29.233018.5786
CIE-Lab83.8422-28.252117.5751

#a4dfaf color RGB value is (164,223,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 11011111 10101111
Octal 244 337 257
Decimal 164 223 175
Hex A4 DF AF

RGB Percentages of Color #a4dfaf

%29.18
%39.68
%31.14

CMYK Percentages of Color #a4dfaf

%26
%0
%22
%13

Triadic Colors of #a4dfaf

#a4dfaf #afa4df #dfafa4

Analogous Colors of #a4dfaf

#a4dfaf #a4dfcd #b7dfa4

Monochromatic Colors of #a4dfaf

#a4dfaf

Complementary Color

#a4dfaf #dfa4d4

#a4dfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4dfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4dfaf Color CSS Codes

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

#a4dfaf Text Font Color

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

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


#a4dfaf Background Color

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

This div background color is #a4dfaf


#a4dfaf Border Color

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

This div border color is #a4dfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4dfaf


Comments

No comments written yet.

Please login to write comment.