Color Hex Logo

#abefa1 Color Hex

#ABEFA1
(171,239,161)
0 Favorites   0 Comments

Color spaces of #abefa1

RGB 171239161
HSL0.310.710.78
HSV112°33°94°
CMYK 0.280.000.33   0.06
XYZ54.094172.964144.9506
Yxy72.96410.31450.4242
Hunter Lab85.4190-36.442928.5928
CIE-Lab88.4306-35.775731.1320

#abefa1 color RGB value is (171,239,161).

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

The process color (four color CMYK) of #abefa1 color hex is 0.28, 0.00, 0.33, 0.06. Web safe color of #abefa1 is #99ff99. Color #abefa1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101111 10100001
Octal 253 357 241
Decimal 171 239 161
Hex AB EF A1

RGB Percentages of Color #abefa1

%29.95
%41.86
%28.20

CMYK Percentages of Color #abefa1

%28
%0
%33
%6

Triadic Colors of #abefa1

#abefa1 #a1abef #efa1ab

Analogous Colors of #abefa1

#abefa1 #a1efbe #d2efa1

Monochromatic Colors of #abefa1

#abefa1

Complementary Color

#abefa1 #e5a1ef

#abefa1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abefa1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abefa1 Color CSS Codes

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

#abefa1 Text Font Color

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

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


#abefa1 Background Color

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

This div background color is #abefa1


#abefa1 Border Color

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

This div border color is #abefa1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abefa1


Comments

No comments written yet.

Please login to write comment.