Color Hex Logo

#a2edde Color Hex

#A2EDDE
(162,237,222)
0 Favorites   0 Comments

Color spaces of #a2edde

RGB 162237222
HSL0.470.680.78
HSV168°32°93°
CMYK 0.320.000.06   0.07
XYZ58.369373.523780.2223
Yxy73.52370.27520.3466
Hunter Lab85.7460-28.54634.5516
CIE-Lab88.6969-26.2832-0.1258

#a2edde color RGB value is (162,237,222).

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

The process color (four color CMYK) of #a2edde color hex is 0.32, 0.00, 0.06, 0.07. Web safe color of #a2edde is #99ffcc. Color #a2edde contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 11101101 11011110
Octal 242 355 336
Decimal 162 237 222
Hex A2 ED DE

RGB Percentages of Color #a2edde

%26.09
%38.16
%35.75

CMYK Percentages of Color #a2edde

%32
%0
%6
%7

Triadic Colors of #a2edde

#a2edde #dea2ed #eddea2

Analogous Colors of #a2edde

#a2edde #a2d7ed #a2edb9

Monochromatic Colors of #a2edde

#a2edde

Complementary Color

#a2edde #eda2b1

#a2edde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2edde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2edde Color CSS Codes

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

#a2edde Text Font Color

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

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


#a2edde Background Color

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

This div background color is #a2edde


#a2edde Border Color

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

This div border color is #a2edde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,237,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2edde


Comments

No comments written yet.

Please login to write comment.