Color Hex Logo

#abab72 Color Hex

#ABAB72
(171,171,114)
0 Favorites   0 Comments

Color spaces of #abab72

RGB 171171114
HSL0.170.250.56
HSV60°33°67°
CMYK 0.000.000.33   0.33
XYZ34.394838.998721.6343
Yxy38.99870.36190.4104
Hunter Lab62.4489-10.973823.1743
CIE-Lab68.7503-8.998529.4159

#abab72 color RGB value is (171,171,114).

#abab72 hex color red value is 171, green value is 171 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #abab72 hue: 0.17 , saturation: 0.25 and the lightness value of abab72 is 0.56.

The process color (four color CMYK) of #abab72 color hex is 0.00, 0.00, 0.33, 0.33. Web safe color of #abab72 is #999966. Color #abab72 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101011 01110010
Octal 253 253 162
Decimal 171 171 114
Hex AB AB 72

RGB Percentages of Color #abab72

%37.50
%37.50
%25.00

CMYK Percentages of Color #abab72

%0
%0
%33
%33

Triadic Colors of #abab72

#abab72 #72abab #ab72ab

Analogous Colors of #abab72

#abab72 #8fab72 #ab8f72

Monochromatic Colors of #abab72

#abab72

Complementary Color

#abab72 #7272ab

#abab72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abab72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abab72 Color CSS Codes

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

#abab72 Text Font Color

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

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


#abab72 Background Color

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

This div background color is #abab72


#abab72 Border Color

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

This div border color is #abab72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abab72


Comments

No comments written yet.

Please login to write comment.