Color Hex Logo

#a2e1df Color Hex

#A2E1DF
(162,225,223)
0 Favorites   0 Comments

Color spaces of #a2e1df

RGB 162225223
HSL0.490.510.76
HSV178°28°88°
CMYK 0.280.000.01   0.12
XYZ55.144866.859579.8108
Yxy66.85950.27320.3313
Hunter Lab81.7677-22.7115-0.6337
CIE-Lab85.4329-20.1892-5.4439

#a2e1df color RGB value is (162,225,223).

#a2e1df hex color red value is 162, green value is 225 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a2e1df hue: 0.49 , saturation: 0.51 and the lightness value of a2e1df is 0.76.

The process color (four color CMYK) of #a2e1df color hex is 0.28, 0.00, 0.01, 0.12. Web safe color of #a2e1df is #99cccc. Color #a2e1df contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 11100001 11011111
Octal 242 341 337
Decimal 162 225 223
Hex A2 E1 DF

RGB Percentages of Color #a2e1df

%26.56
%36.89
%36.56

CMYK Percentages of Color #a2e1df

%28
%0
%1
%12

Triadic Colors of #a2e1df

#a2e1df #dfa2e1 #e1dfa2

Analogous Colors of #a2e1df

#a2e1df #a2c4e1 #a2e1c0

Monochromatic Colors of #a2e1df

#a2e1df

Complementary Color

#a2e1df #e1a2a4

#a2e1df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2e1df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2e1df Color CSS Codes

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

#a2e1df Text Font Color

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

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


#a2e1df Background Color

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

This div background color is #a2e1df


#a2e1df Border Color

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

This div border color is #a2e1df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2e1df

#a2e1df Color Palettes


Comments

No comments written yet.

Please login to write comment.