Color Hex Logo

#abf484 Color Hex

#ABF484
(171,244,132)
0 Favorites   0 Comments

Color spaces of #abf484

RGB 171244132
HSL0.280.840.74
HSV99°46°96°
CMYK 0.300.000.46   0.04
XYZ53.310175.025233.5014
Yxy75.02520.32940.4636
Hunter Lab86.6171-41.718837.7000
CIE-Lab89.4048-41.986446.7126

#abf484 color RGB value is (171,244,132).

#abf484 hex color red value is 171, green value is 244 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #abf484 hue: 0.28 , saturation: 0.84 and the lightness value of abf484 is 0.74.

The process color (four color CMYK) of #abf484 color hex is 0.30, 0.00, 0.46, 0.04. Web safe color of #abf484 is #99ff99. Color #abf484 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110100 10000100
Octal 253 364 204
Decimal 171 244 132
Hex AB F4 84

RGB Percentages of Color #abf484

%31.26
%44.61
%24.13

CMYK Percentages of Color #abf484

%30
%0
%46
%4

Triadic Colors of #abf484

#abf484 #84abf4 #f484ab

Analogous Colors of #abf484

#abf484 #84f495 #e3f484

Monochromatic Colors of #abf484

#abf484

Complementary Color

#abf484 #cd84f4

#abf484 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf484 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf484 Color CSS Codes

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

#abf484 Text Font Color

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

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


#abf484 Background Color

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

This div background color is #abf484


#abf484 Border Color

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

This div border color is #abf484


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf484


Comments

No comments written yet.

Please login to write comment.