Color Hex Logo

#abab41 Color Hex

#ABAB41
(171,171,65)
0 Favorites   0 Comments

Color spaces of #abab41

RGB 17117165
HSL0.170.450.46
HSV60°62°67°
CMYK 0.000.000.62   0.33
XYZ32.311638.165410.6647
Yxy38.16540.39820.4704
Hunter Lab61.7782-14.751633.0095
CIE-Lab68.1423-13.721752.8811

#abab41 color RGB value is (171,171,65).

#abab41 hex color red value is 171, green value is 171 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #abab41 hue: 0.17 , saturation: 0.45 and the lightness value of abab41 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101011 01000001
Octal 253 253 101
Decimal 171 171 65
Hex AB AB 41

RGB Percentages of Color #abab41

%42.01
%42.01
%15.97

CMYK Percentages of Color #abab41

%0
%0
%62
%33

Triadic Colors of #abab41

#abab41 #41abab #ab41ab

Analogous Colors of #abab41

#abab41 #76ab41 #ab7641

Monochromatic Colors of #abab41

#abab41

Complementary Color

#abab41 #4141ab

#abab41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abab41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abab41 Color CSS Codes

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

#abab41 Text Font Color

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

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


#abab41 Background Color

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

This div background color is #abab41


#abab41 Border Color

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

This div border color is #abab41


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abab41


Comments

No comments written yet.

Please login to write comment.