Color Hex Logo

#a2eadc Color Hex

#A2EADC
(162,234,220)
0 Favorites   0 Comments

Color spaces of #a2eadc

RGB 162234220
HSL0.470.630.78
HSV168°31°92°
CMYK 0.310.000.06   0.08
XYZ57.241471.694378.5316
Yxy71.69430.27590.3456
Hunter Lab84.6725-27.50504.2808
CIE-Lab87.8212-25.2641-0.3575

#a2eadc color RGB value is (162,234,220).

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

The process color (four color CMYK) of #a2eadc color hex is 0.31, 0.00, 0.06, 0.08. Web safe color of #a2eadc is #99ffcc. Color #a2eadc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 11101010 11011100
Octal 242 352 334
Decimal 162 234 220
Hex A2 EA DC

RGB Percentages of Color #a2eadc

%26.30
%37.99
%35.71

CMYK Percentages of Color #a2eadc

%31
%0
%6
%8

Triadic Colors of #a2eadc

#a2eadc #dca2ea #eadca2

Analogous Colors of #a2eadc

#a2eadc #a2d4ea #a2eab8

Monochromatic Colors of #a2eadc

#a2eadc

Complementary Color

#a2eadc #eaa2b0

#a2eadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2eadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2eadc Color CSS Codes

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

#a2eadc Text Font Color

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

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


#a2eadc Background Color

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

This div background color is #a2eadc


#a2eadc Border Color

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

This div border color is #a2eadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2eadc


Comments

No comments written yet.

Please login to write comment.