Color Hex Logo

#abab22 Color Hex

#ABAB22
(171,171,34)
0 Favorites   0 Comments

Color spaces of #abab22

RGB 17117134
HSL0.170.670.40
HSV60°80°67°
CMYK 0.000.000.80   0.33
XYZ31.646237.89927.1607
Yxy37.89920.41260.4941
Hunter Lab61.5623-15.975936.1972
CIE-Lab67.9463-15.288564.0061

#abab22 color RGB value is (171,171,34).

#abab22 hex color red value is 171, green value is 171 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #abab22 hue: 0.17 , saturation: 0.67 and the lightness value of abab22 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101011 00100010
Octal 253 253 42
Decimal 171 171 34
Hex AB AB 22

RGB Percentages of Color #abab22

%45.48
%45.48
%9.04

CMYK Percentages of Color #abab22

%0
%0
%80
%33

Triadic Colors of #abab22

#abab22 #22abab #ab22ab

Analogous Colors of #abab22

#abab22 #67ab22 #ab6722

Monochromatic Colors of #abab22

#abab22

Complementary Color

#abab22 #2222ab

#abab22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abab22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abab22 Color CSS Codes

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

#abab22 Text Font Color

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

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


#abab22 Background Color

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

This div background color is #abab22


#abab22 Border Color

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

This div border color is #abab22


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abab22


Comments

No comments written yet.

Please login to write comment.