Color Hex Logo

#a2eddc Color Hex

#A2EDDC
(162,237,220)
0 Favorites   0 Comments

Color spaces of #a2eddc

RGB 162237220
HSL0.460.680.78
HSV166°32°93°
CMYK 0.320.000.07   0.07
XYZ58.102773.417178.8187
Yxy73.41710.27620.3490
Hunter Lab85.6838-28.90475.4390
CIE-Lab88.6463-26.71300.8466

#a2eddc color RGB value is (162,237,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 11101101 11011100
Octal 242 355 334
Decimal 162 237 220
Hex A2 ED DC

RGB Percentages of Color #a2eddc

%26.17
%38.29
%35.54

CMYK Percentages of Color #a2eddc

%32
%0
%7
%7

Triadic Colors of #a2eddc

#a2eddc #dca2ed #eddca2

Analogous Colors of #a2eddc

#a2eddc #a2d9ed #a2edb7

Monochromatic Colors of #a2eddc

#a2eddc

Complementary Color

#a2eddc #eda2b3

#a2eddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2eddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2eddc Color CSS Codes

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

#a2eddc Text Font Color

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

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


#a2eddc Background Color

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

This div background color is #a2eddc


#a2eddc Border Color

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

This div border color is #a2eddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2eddc


Comments

No comments written yet.

Please login to write comment.