Color Hex Logo

#abeea2 Color Hex

#ABEEA2
(171,238,162)
0 Favorites   0 Comments

Color spaces of #abeea2

RGB 171238162
HSL0.310.690.78
HSV113°32°93°
CMYK 0.280.000.32   0.07
XYZ53.890772.415645.3197
Yxy72.41560.31400.4219
Hunter Lab85.0974-35.879427.9925
CIE-Lab88.1682-35.164930.2732

#abeea2 color RGB value is (171,238,162).

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

The process color (four color CMYK) of #abeea2 color hex is 0.28, 0.00, 0.32, 0.07. Web safe color of #abeea2 is #99ff99. Color #abeea2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101110 10100010
Octal 253 356 242
Decimal 171 238 162
Hex AB EE A2

RGB Percentages of Color #abeea2

%29.95
%41.68
%28.37

CMYK Percentages of Color #abeea2

%28
%0
%32
%7

Triadic Colors of #abeea2

#abeea2 #a2abee #eea2ab

Analogous Colors of #abeea2

#abeea2 #a2eebf #d1eea2

Monochromatic Colors of #abeea2

#abeea2

Complementary Color

#abeea2 #e5a2ee

#abeea2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abeea2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abeea2 Color CSS Codes

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

#abeea2 Text Font Color

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

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


#abeea2 Background Color

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

This div background color is #abeea2


#abeea2 Border Color

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

This div border color is #abeea2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abeea2


Comments

No comments written yet.

Please login to write comment.