Color Hex Logo

#a2eeca Color Hex

#A2EECA
(162,238,202)
0 Favorites   0 Comments

Color spaces of #a2eeca

RGB 162238202
HSL0.420.690.78
HSV152°32°93°
CMYK 0.320.000.15   0.07
XYZ56.135573.094767.0272
Yxy73.09470.28600.3724
Hunter Lab85.4954-32.415613.3643
CIE-Lab88.4929-30.896010.0251

#a2eeca color RGB value is (162,238,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 11101110 11001010
Octal 242 356 312
Decimal 162 238 202
Hex A2 EE CA

RGB Percentages of Color #a2eeca

%26.91
%39.53
%33.55

CMYK Percentages of Color #a2eeca

%32
%0
%15
%7

Triadic Colors of #a2eeca

#a2eeca #caa2ee #eecaa2

Analogous Colors of #a2eeca

#a2eeca #a2ecee #a2eea4

Monochromatic Colors of #a2eeca

#a2eeca

Complementary Color

#a2eeca #eea2c6

#a2eeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2eeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2eeca Color CSS Codes

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

#a2eeca Text Font Color

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

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


#a2eeca Background Color

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

This div background color is #a2eeca


#a2eeca Border Color

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

This div border color is #a2eeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2eeca


Comments

No comments written yet.

Please login to write comment.