Color Hex Logo

#abab16 Color Hex

#ABAB16
(171,171,22)
0 Favorites   0 Comments

Color spaces of #abab16

RGB 17117122
HSL0.170.770.38
HSV60°87°67°
CMYK 0.000.000.87   0.33
XYZ31.502337.84176.4029
Yxy37.84170.41590.4996
Hunter Lab61.5156-16.242036.8897
CIE-Lab67.9038-15.631566.8875

#abab16 color RGB value is (171,171,22).

#abab16 hex color red value is 171, green value is 171 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #abab16 hue: 0.17 , saturation: 0.77 and the lightness value of abab16 is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101011 00010110
Octal 253 253 26
Decimal 171 171 22
Hex AB AB 16

RGB Percentages of Color #abab16

%46.98
%46.98
%6.04

CMYK Percentages of Color #abab16

%0
%0
%87
%33

Triadic Colors of #abab16

#abab16 #16abab #ab16ab

Analogous Colors of #abab16

#abab16 #61ab16 #ab6116

Monochromatic Colors of #abab16

#abab16

Complementary Color

#abab16 #1616ab

#abab16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abab16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abab16 Color CSS Codes

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

#abab16 Text Font Color

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

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


#abab16 Background Color

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

This div background color is #abab16


#abab16 Border Color

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

This div border color is #abab16


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abab16


Comments

No comments written yet.

Please login to write comment.