Color Hex Logo

#ab968d Color Hex

#AB968D
(171,150,141)
0 Favorites   0 Comments

Color spaces of #ab968d

RGB 171150141
HSL0.050.150.61
HSV18°18°67°
CMYK 0.000.120.18   0.33
XYZ32.508732.393729.7385
Yxy32.39370.34350.3423
Hunter Lab56.91552.35278.8616
CIE-Lab63.66696.27697.5942

#ab968d color RGB value is (171,150,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010110 10001101
Octal 253 226 215
Decimal 171 150 141
Hex AB 96 8D

RGB Percentages of Color #ab968d

%37.01
%32.47
%30.52

CMYK Percentages of Color #ab968d

%0
%12
%18
%33

Triadic Colors of #ab968d

#ab968d #8dab96 #968dab

Analogous Colors of #ab968d

#ab968d #aba58d #ab8d93

Monochromatic Colors of #ab968d

#ab968d

Complementary Color

#ab968d #8da2ab

#ab968d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab968d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab968d Color CSS Codes

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

#ab968d Text Font Color

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

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


#ab968d Background Color

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

This div background color is #ab968d


#ab968d Border Color

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

This div border color is #ab968d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab968d


Comments

No comments written yet.

Please login to write comment.