Color Hex Logo

#abffa5 Color Hex

#ABFFA5
(171,255,165)
0 Favorites   0 Comments

Color spaces of #abffa5

RGB 171255165
HSL0.321.000.82
HSV116°35°100°
CMYK 0.330.000.35   0.00
XYZ59.346182.894548.4697
Yxy82.89450.31120.4347
Hunter Lab91.0464-42.980932.1687
CIE-Lab92.9682-42.336535.1665

#abffa5 color RGB value is (171,255,165).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111111 10100101
Octal 253 377 245
Decimal 171 255 165
Hex AB FF A5

RGB Percentages of Color #abffa5

%28.93
%43.15
%27.92

CMYK Percentages of Color #abffa5

%33
%0
%35
%0

Triadic Colors of #abffa5

#abffa5 #a5abff #ffa5ab

Analogous Colors of #abffa5

#abffa5 #a5ffcc #d8ffa5

Monochromatic Colors of #abffa5

#abffa5

Complementary Color

#abffa5 #f9a5ff

#abffa5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abffa5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abffa5 Color CSS Codes

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

#abffa5 Text Font Color

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

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


#abffa5 Background Color

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

This div background color is #abffa5


#abffa5 Border Color

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

This div border color is #abffa5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abffa5


Comments

No comments written yet.

Please login to write comment.