Color Hex Logo

#a2edaf Color Hex

#A2EDAF
(162,237,175)
0 Favorites   0 Comments

Color spaces of #a2edaf

RGB 162237175
HSL0.360.680.78
HSV130°32°93°
CMYK 0.320.000.26   0.07
XYZ52.922371.344951.5391
Yxy71.34490.30100.4058
Hunter Lab84.4659-35.975822.9488
CIE-Lab87.6523-35.434822.8434

#a2edaf color RGB value is (162,237,175).

#a2edaf hex color red value is 162, green value is 237 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a2edaf hue: 0.36 , saturation: 0.68 and the lightness value of a2edaf is 0.78.

The process color (four color CMYK) of #a2edaf color hex is 0.32, 0.00, 0.26, 0.07. Web safe color of #a2edaf is #99ff99. Color #a2edaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 11101101 10101111
Octal 242 355 257
Decimal 162 237 175
Hex A2 ED AF

RGB Percentages of Color #a2edaf

%28.22
%41.29
%30.49

CMYK Percentages of Color #a2edaf

%32
%0
%26
%7

Triadic Colors of #a2edaf

#a2edaf #afa2ed #edafa2

Analogous Colors of #a2edaf

#a2edaf #a2edd5 #bbeda2

Monochromatic Colors of #a2edaf

#a2edaf

Complementary Color

#a2edaf #eda2e0

#a2edaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2edaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2edaf Color CSS Codes

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

#a2edaf Text Font Color

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

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


#a2edaf Background Color

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

This div background color is #a2edaf


#a2edaf Border Color

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

This div border color is #a2edaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2edaf


Comments

No comments written yet.

Please login to write comment.