Color Hex Logo

#abab94 Color Hex

#ABAB94
(171,171,148)
0 Favorites   0 Comments

Color spaces of #abab94

RGB 171171148
HSL0.170.120.63
HSV60°13°67°
CMYK 0.000.000.13   0.33
XYZ36.702839.921933.7882
Yxy39.92190.33240.3616
Hunter Lab63.1838-6.882812.5227
CIE-Lab69.4139-4.060811.8612

#abab94 color RGB value is (171,171,148).

#abab94 hex color red value is 171, green value is 171 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #abab94 hue: 0.17 , saturation: 0.12 and the lightness value of abab94 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101011 10010100
Octal 253 253 224
Decimal 171 171 148
Hex AB AB 94

RGB Percentages of Color #abab94

%34.90
%34.90
%30.20

CMYK Percentages of Color #abab94

%0
%0
%13
%33

Triadic Colors of #abab94

#abab94 #94abab #ab94ab

Analogous Colors of #abab94

#abab94 #a0ab94 #aba094

Monochromatic Colors of #abab94

#abab94

Complementary Color

#abab94 #9494ab

#abab94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abab94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abab94 Color CSS Codes

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

#abab94 Text Font Color

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

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


#abab94 Background Color

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

This div background color is #abab94


#abab94 Border Color

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

This div border color is #abab94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abab94


Comments

No comments written yet.

Please login to write comment.