Color Hex Logo

#abf434 Color Hex

#ABF434
(171,244,52)
0 Favorites   0 Comments

Color spaces of #abf434

RGB 17124452
HSL0.230.900.58
HSV83°79°96°
CMYK 0.300.000.79   0.04
XYZ49.765173.607214.8335
Yxy73.60720.36010.5326
Hunter Lab85.7946-46.601949.8053
CIE-Lab88.7365-48.456277.6701

#abf434 color RGB value is (171,244,52).

#abf434 hex color red value is 171, green value is 244 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #abf434 hue: 0.23 , saturation: 0.90 and the lightness value of abf434 is 0.58.

The process color (four color CMYK) of #abf434 color hex is 0.30, 0.00, 0.79, 0.04. Web safe color of #abf434 is #99ff33. Color #abf434 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110100 00110100
Octal 253 364 64
Decimal 171 244 52
Hex AB F4 34

RGB Percentages of Color #abf434

%36.62
%52.25
%11.13

CMYK Percentages of Color #abf434

%30
%0
%79
%4

Triadic Colors of #abf434

#abf434 #34abf4 #f434ab

Analogous Colors of #abf434

#abf434 #4bf434 #f4dd34

Monochromatic Colors of #abf434

#abf434

Complementary Color

#abf434 #7d34f4

#abf434 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf434 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf434 Color CSS Codes

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

#abf434 Text Font Color

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

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


#abf434 Background Color

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

This div background color is #abf434


#abf434 Border Color

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

This div border color is #abf434


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf434


Comments

No comments written yet.

Please login to write comment.