Color Hex Logo

#abab66 Color Hex

#ABAB66
(171,171,102)
0 Favorites   0 Comments

Color spaces of #abab66

RGB 171171102
HSL0.170.290.54
HSV60°40°67°
CMYK 0.000.000.40   0.33
XYZ33.755838.743118.2694
Yxy38.74310.37190.4268
Hunter Lab62.2440-12.123826.1684
CIE-Lab68.5648-10.419035.4905

#abab66 color RGB value is (171,171,102).

#abab66 hex color red value is 171, green value is 171 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #abab66 hue: 0.17 , saturation: 0.29 and the lightness value of abab66 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101011 01100110
Octal 253 253 146
Decimal 171 171 102
Hex AB AB 66

RGB Percentages of Color #abab66

%38.51
%38.51
%22.97

CMYK Percentages of Color #abab66

%0
%0
%40
%33

Triadic Colors of #abab66

#abab66 #66abab #ab66ab

Analogous Colors of #abab66

#abab66 #89ab66 #ab8966

Monochromatic Colors of #abab66

#abab66

Complementary Color

#abab66 #6666ab

#abab66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abab66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abab66 Color CSS Codes

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

#abab66 Text Font Color

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

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


#abab66 Background Color

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

This div background color is #abab66


#abab66 Border Color

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

This div border color is #abab66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abab66


Comments

No comments written yet.

Please login to write comment.