Color Hex Logo

#a2eecb Color Hex

#A2EECB
(162,238,203)
0 Favorites   0 Comments

Color spaces of #a2eecb

RGB 162238203
HSL0.420.690.78
HSV152°32°93°
CMYK 0.320.000.15   0.07
XYZ56.254373.142367.6529
Yxy73.14230.28550.3712
Hunter Lab85.5233-32.254512.9651
CIE-Lab88.5155-30.69809.5364

#a2eecb color RGB value is (162,238,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 11101110 11001011
Octal 242 356 313
Decimal 162 238 203
Hex A2 EE CB

RGB Percentages of Color #a2eecb

%26.87
%39.47
%33.67

CMYK Percentages of Color #a2eecb

%32
%0
%15
%7

Triadic Colors of #a2eecb

#a2eecb #cba2ee #eecba2

Analogous Colors of #a2eecb

#a2eecb #a2ebee #a2eea5

Monochromatic Colors of #a2eecb

#a2eecb

Complementary Color

#a2eecb #eea2c5

#a2eecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2eecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2eecb Color CSS Codes

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

#a2eecb Text Font Color

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

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


#a2eecb Background Color

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

This div background color is #a2eecb


#a2eecb Border Color

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

This div border color is #a2eecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2eecb


Comments

No comments written yet.

Please login to write comment.