Color Hex Logo

#a2e3df Color Hex

#A2E3DF
(162,227,223)
0 Favorites   0 Comments

Color spaces of #a2e3df

RGB 162227223
HSL0.490.540.76
HSV176°29°89°
CMYK 0.290.000.02   0.11
XYZ55.688767.947379.9921
Yxy67.94730.27350.3337
Hunter Lab82.4302-23.66060.1647
CIE-Lab85.9801-21.1810-4.6370

#a2e3df color RGB value is (162,227,223).

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

The process color (four color CMYK) of #a2e3df color hex is 0.29, 0.00, 0.02, 0.11. Web safe color of #a2e3df is #99cccc. Color #a2e3df contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 11100011 11011111
Octal 242 343 337
Decimal 162 227 223
Hex A2 E3 DF

RGB Percentages of Color #a2e3df

%26.47
%37.09
%36.44

CMYK Percentages of Color #a2e3df

%29
%0
%2
%11

Triadic Colors of #a2e3df

#a2e3df #dfa2e3 #e3dfa2

Analogous Colors of #a2e3df

#a2e3df #a2c7e3 #a2e3bf

Monochromatic Colors of #a2e3df

#a2e3df

Complementary Color

#a2e3df #e3a2a6

#a2e3df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2e3df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2e3df Color CSS Codes

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

#a2e3df Text Font Color

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

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


#a2e3df Background Color

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

This div background color is #a2e3df


#a2e3df Border Color

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

This div border color is #a2e3df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2e3df


Comments

No comments written yet.

Please login to write comment.