Color Hex Logo

#abfea8 Color Hex

#ABFEA8
(171,254,168)
0 Favorites   0 Comments

Color spaces of #abfea8

RGB 171254168
HSL0.330.980.83
HSV118°34°100°
CMYK 0.330.000.34   0.00
XYZ59.304382.368749.8189
Yxy82.36870.30970.4301
Hunter Lab90.7572-42.186230.9843
CIE-Lab92.7373-41.441733.3644

#abfea8 color RGB value is (171,254,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111110 10101000
Octal 253 376 250
Decimal 171 254 168
Hex AB FE A8

RGB Percentages of Color #abfea8

%28.84
%42.83
%28.33

CMYK Percentages of Color #abfea8

%33
%0
%34
%0

Triadic Colors of #abfea8

#abfea8 #a8abfe #fea8ab

Analogous Colors of #abfea8

#abfea8 #a8fed0 #d6fea8

Monochromatic Colors of #abfea8

#abfea8

Complementary Color

#abfea8 #fba8fe

#abfea8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfea8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfea8 Color CSS Codes

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

#abfea8 Text Font Color

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

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


#abfea8 Background Color

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

This div background color is #abfea8


#abfea8 Border Color

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

This div border color is #abfea8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfea8


Comments

No comments written yet.

Please login to write comment.