Color Hex Logo

#abf478 Color Hex

#ABF478
(171,244,120)
0 Favorites   0 Comments

Color spaces of #abf478

RGB 171244120
HSL0.260.850.71
HSV95°51°96°
CMYK 0.300.000.51   0.04
XYZ52.535474.715429.4219
Yxy74.71540.33530.4769
Hunter Lab86.4381-42.777740.3254
CIE-Lab89.2595-43.367352.1814

#abf478 color RGB value is (171,244,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110100 01111000
Octal 253 364 170
Decimal 171 244 120
Hex AB F4 78

RGB Percentages of Color #abf478

%31.96
%45.61
%22.43

CMYK Percentages of Color #abf478

%30
%0
%51
%4

Triadic Colors of #abf478

#abf478 #78abf4 #f478ab

Analogous Colors of #abf478

#abf478 #78f483 #e9f478

Monochromatic Colors of #abf478

#abf478

Complementary Color

#abf478 #c178f4

#abf478 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf478 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf478 Color CSS Codes

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

#abf478 Text Font Color

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

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


#abf478 Background Color

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

This div background color is #abf478


#abf478 Border Color

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

This div border color is #abf478


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf478


Comments

No comments written yet.

Please login to write comment.