Color Hex Logo

#a2eedb Color Hex

#A2EEDB
(162,238,219)
0 Favorites   0 Comments

Color spaces of #a2eedb

RGB 162238219
HSL0.460.690.78
HSV165°32°93°
CMYK 0.320.000.08   0.07
XYZ58.261073.944978.2200
Yxy73.94490.27690.3514
Hunter Lab85.9912-29.54686.2620
CIE-Lab88.8964-27.40631.7338

#a2eedb color RGB value is (162,238,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 11101110 11011011
Octal 242 356 333
Decimal 162 238 219
Hex A2 EE DB

RGB Percentages of Color #a2eedb

%26.17
%38.45
%35.38

CMYK Percentages of Color #a2eedb

%32
%0
%8
%7

Triadic Colors of #a2eedb

#a2eedb #dba2ee #eedba2

Analogous Colors of #a2eedb

#a2eedb #a2dbee #a2eeb5

Monochromatic Colors of #a2eedb

#a2eedb

Complementary Color

#a2eedb #eea2b5

#a2eedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2eedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2eedb Color CSS Codes

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

#a2eedb Text Font Color

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

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


#a2eedb Background Color

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

This div background color is #a2eedb


#a2eedb Border Color

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

This div border color is #a2eedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2eedb


Comments

No comments written yet.

Please login to write comment.