Color Hex Logo

#abaf53 Color Hex

#ABAF53
(171,175,83)
0 Favorites   0 Comments

Color spaces of #abaf53

RGB 17117583
HSL0.170.370.51
HSV63°53°69°
CMYK 0.020.000.53   0.31
XYZ33.685939.942414.1178
Yxy39.94240.38390.4552
Hunter Lab63.2000-15.458730.9956
CIE-Lab69.4285-14.386546.0629

#abaf53 color RGB value is (171,175,83).

#abaf53 hex color red value is 171, green value is 175 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #abaf53 hue: 0.17 , saturation: 0.37 and the lightness value of abaf53 is 0.51.

The process color (four color CMYK) of #abaf53 color hex is 0.02, 0.00, 0.53, 0.31. Web safe color of #abaf53 is #999966. Color #abaf53 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101111 01010011
Octal 253 257 123
Decimal 171 175 83
Hex AB AF 53

RGB Percentages of Color #abaf53

%39.86
%40.79
%19.35

CMYK Percentages of Color #abaf53

%2
%0
%53
%31

Triadic Colors of #abaf53

#abaf53 #53abaf #af53ab

Analogous Colors of #abaf53

#abaf53 #7daf53 #af8553

Monochromatic Colors of #abaf53

#abaf53

Complementary Color

#abaf53 #5753af

#abaf53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaf53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaf53 Color CSS Codes

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

#abaf53 Text Font Color

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

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


#abaf53 Background Color

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

This div background color is #abaf53


#abaf53 Border Color

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

This div border color is #abaf53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaf53


Comments

No comments written yet.

Please login to write comment.