Color Hex Logo

#a2ddaf Color Hex

#A2DDAF
(162,221,175)
0 Favorites   0 Comments

Color spaces of #a2ddaf

RGB 162221175
HSL0.370.460.75
HSV133°27°87°
CMYK 0.270.000.21   0.13
XYZ48.494662.489450.0632
Yxy62.48940.30110.3880
Hunter Lab79.0502-28.834317.7863
CIE-Lab83.1730-27.934716.6227

#a2ddaf color RGB value is (162,221,175).

#a2ddaf hex color red value is 162, green value is 221 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a2ddaf hue: 0.37 , saturation: 0.46 and the lightness value of a2ddaf is 0.75.

The process color (four color CMYK) of #a2ddaf color hex is 0.27, 0.00, 0.21, 0.13. Web safe color of #a2ddaf is #99cc99. Color #a2ddaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 11011101 10101111
Octal 242 335 257
Decimal 162 221 175
Hex A2 DD AF

RGB Percentages of Color #a2ddaf

%29.03
%39.61
%31.36

CMYK Percentages of Color #a2ddaf

%27
%0
%21
%13

Triadic Colors of #a2ddaf

#a2ddaf #afa2dd #ddafa2

Analogous Colors of #a2ddaf

#a2ddaf #a2ddcd #b3dda2

Monochromatic Colors of #a2ddaf

#a2ddaf

Complementary Color

#a2ddaf #dda2d0

#a2ddaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2ddaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2ddaf Color CSS Codes

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

#a2ddaf Text Font Color

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

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


#a2ddaf Background Color

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

This div background color is #a2ddaf


#a2ddaf Border Color

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

This div border color is #a2ddaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2ddaf


Comments

No comments written yet.

Please login to write comment.