Color Hex Logo

#ab968a Color Hex

#AB968A
(171,150,138)
0 Favorites   0 Comments

Color spaces of #ab968a

RGB 171150138
HSL0.060.160.61
HSV22°19°67°
CMYK 0.000.120.19   0.33
XYZ32.288432.305628.5786
Yxy32.30560.34650.3467
Hunter Lab56.83801.93539.9751
CIE-Lab63.59475.79699.1790

#ab968a color RGB value is (171,150,138).

#ab968a hex color red value is 171, green value is 150 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ab968a hue: 0.06 , saturation: 0.16 and the lightness value of ab968a is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010110 10001010
Octal 253 226 212
Decimal 171 150 138
Hex AB 96 8A

RGB Percentages of Color #ab968a

%37.25
%32.68
%30.07

CMYK Percentages of Color #ab968a

%0
%12
%19
%33

Triadic Colors of #ab968a

#ab968a #8aab96 #968aab

Analogous Colors of #ab968a

#ab968a #aba78a #ab8a8f

Monochromatic Colors of #ab968a

#ab968a

Complementary Color

#ab968a #8a9fab

#ab968a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab968a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab968a Color CSS Codes

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

#ab968a Text Font Color

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

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


#ab968a Background Color

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

This div background color is #ab968a


#ab968a Border Color

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

This div border color is #ab968a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab968a


Comments

No comments written yet.

Please login to write comment.