Color Hex Logo

#abfeaa Color Hex

#ABFEAA
(171,254,170)
0 Favorites   0 Comments

Color spaces of #abfeaa

RGB 171254170
HSL0.330.980.83
HSV119°33°100°
CMYK 0.330.000.33   0.00
XYZ59.492182.443850.8079
Yxy82.44380.30870.4277
Hunter Lab90.7986-41.942630.3823
CIE-Lab92.7704-41.133532.4083

#abfeaa color RGB value is (171,254,170).

#abfeaa hex color red value is 171, green value is 254 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #abfeaa hue: 0.33 , saturation: 0.98 and the lightness value of abfeaa is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111110 10101010
Octal 253 376 252
Decimal 171 254 170
Hex AB FE AA

RGB Percentages of Color #abfeaa

%28.74
%42.69
%28.57

CMYK Percentages of Color #abfeaa

%33
%0
%33
%0

Triadic Colors of #abfeaa

#abfeaa #aaabfe #feaaab

Analogous Colors of #abfeaa

#abfeaa #aafed3 #d5feaa

Monochromatic Colors of #abfeaa

#abfeaa

Complementary Color

#abfeaa #fdaafe

#abfeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfeaa Color CSS Codes

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

#abfeaa Text Font Color

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

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


#abfeaa Background Color

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

This div background color is #abfeaa


#abfeaa Border Color

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

This div border color is #abfeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfeaa

Related Colors


Comments

No comments written yet.

Please login to write comment.