Color Hex Logo

#abffa0 Color Hex

#ABFFA0
(171,255,160)
0 Favorites   0 Comments

Color spaces of #abffa0

RGB 171255160
HSL0.311.000.81
HSV113°37°100°
CMYK 0.330.000.37   0.00
XYZ58.899782.716046.1191
Yxy82.71600.31370.4406
Hunter Lab90.9483-43.559933.5984
CIE-Lab92.8900-43.073337.5412

#abffa0 color RGB value is (171,255,160).

#abffa0 hex color red value is 171, green value is 255 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #abffa0 hue: 0.31 , saturation: 1.00 and the lightness value of abffa0 is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111111 10100000
Octal 253 377 240
Decimal 171 255 160
Hex AB FF A0

RGB Percentages of Color #abffa0

%29.18
%43.52
%27.30

CMYK Percentages of Color #abffa0

%33
%0
%37
%0

Triadic Colors of #abffa0

#abffa0 #a0abff #ffa0ab

Analogous Colors of #abffa0

#abffa0 #a0ffc5 #dbffa0

Monochromatic Colors of #abffa0

#abffa0

Complementary Color

#abffa0 #f4a0ff

#abffa0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abffa0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abffa0 Color CSS Codes

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

#abffa0 Text Font Color

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

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


#abffa0 Background Color

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

This div background color is #abffa0


#abffa0 Border Color

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

This div border color is #abffa0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abffa0


Comments

No comments written yet.

Please login to write comment.