Color Hex Logo

#abf476 Color Hex

#ABF476
(171,244,118)
0 Favorites   0 Comments

Color spaces of #abf476

RGB 171244118
HSL0.260.850.71
HSV95°52°96°
CMYK 0.300.000.52   0.04
XYZ52.415374.667328.7892
Yxy74.66730.33630.4790
Hunter Lab86.4102-42.942240.7336
CIE-Lab89.2369-43.582853.0760

#abf476 color RGB value is (171,244,118).

#abf476 hex color red value is 171, green value is 244 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #abf476 hue: 0.26 , saturation: 0.85 and the lightness value of abf476 is 0.71.

The process color (four color CMYK) of #abf476 color hex is 0.30, 0.00, 0.52, 0.04. Web safe color of #abf476 is #99ff66. Color #abf476 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110100 01110110
Octal 253 364 166
Decimal 171 244 118
Hex AB F4 76

RGB Percentages of Color #abf476

%32.08
%45.78
%22.14

CMYK Percentages of Color #abf476

%30
%0
%52
%4

Triadic Colors of #abf476

#abf476 #76abf4 #f476ab

Analogous Colors of #abf476

#abf476 #76f480 #eaf476

Monochromatic Colors of #abf476

#abf476

Complementary Color

#abf476 #bf76f4

#abf476 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf476 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf476 Color CSS Codes

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

#abf476 Text Font Color

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

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


#abf476 Background Color

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

This div background color is #abf476


#abf476 Border Color

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

This div border color is #abf476


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf476


Comments

No comments written yet.

Please login to write comment.