Color Hex Logo

#a2e9cc Color Hex

#A2E9CC
(162,233,204)
0 Favorites   0 Comments

Color spaces of #a2e9cc

RGB 162233204
HSL0.430.620.77
HSV155°30°91°
CMYK 0.300.000.12   0.09
XYZ54.938370.318867.8041
Yxy70.31880.28460.3642
Hunter Lab83.8563-29.804610.7590
CIE-Lab87.1530-28.12447.0602

#a2e9cc color RGB value is (162,233,204).

#a2e9cc hex color red value is 162, green value is 233 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a2e9cc hue: 0.43 , saturation: 0.62 and the lightness value of a2e9cc is 0.77.

The process color (four color CMYK) of #a2e9cc color hex is 0.30, 0.00, 0.12, 0.09. Web safe color of #a2e9cc is #99ffcc. Color #a2e9cc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 11101001 11001100
Octal 242 351 314
Decimal 162 233 204
Hex A2 E9 CC

RGB Percentages of Color #a2e9cc

%27.05
%38.90
%34.06

CMYK Percentages of Color #a2e9cc

%30
%0
%12
%9

Triadic Colors of #a2e9cc

#a2e9cc #cca2e9 #e9cca2

Analogous Colors of #a2e9cc

#a2e9cc #a2e3e9 #a2e9a9

Monochromatic Colors of #a2e9cc

#a2e9cc

Complementary Color

#a2e9cc #e9a2bf

#a2e9cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2e9cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2e9cc Color CSS Codes

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

#a2e9cc Text Font Color

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

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


#a2e9cc Background Color

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

This div background color is #a2e9cc


#a2e9cc Border Color

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

This div border color is #a2e9cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2e9cc


Comments

No comments written yet.

Please login to write comment.