Color Hex Logo

#abfeaf Color Hex

#ABFEAF
(171,254,175)
0 Favorites   0 Comments

Color spaces of #abfeaf

RGB 171254175
HSL0.340.980.83
HSV123°33°100°
CMYK 0.330.000.31   0.00
XYZ59.974382.636753.3469
Yxy82.63670.30610.4217
Hunter Lab90.9047-41.318128.8393
CIE-Lab92.8551-40.346530.0123

#abfeaf color RGB value is (171,254,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111110 10101111
Octal 253 376 257
Decimal 171 254 175
Hex AB FE AF

RGB Percentages of Color #abfeaf

%28.50
%42.33
%29.17

CMYK Percentages of Color #abfeaf

%33
%0
%31
%0

Triadic Colors of #abfeaf

#abfeaf #afabfe #feafab

Analogous Colors of #abfeaf

#abfeaf #abfed9 #d1feab

Monochromatic Colors of #abfeaf

#abfeaf

Complementary Color

#abfeaf #feabfa

#abfeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfeaf Color CSS Codes

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

#abfeaf Text Font Color

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

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


#abfeaf Background Color

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

This div background color is #abfeaf


#abfeaf Border Color

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

This div border color is #abfeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfeaf

Related Colors


Comments

No comments written yet.

Please login to write comment.