color codes Logo

#ab935b color codes

#AB935B
(171,147,91)
0 Favorites   0 Comments

Color spaces of #ab935b

RGB 17114791
HSL0.120.320.51
HSV42°47°67°
CMYK 0.000.140.47   0.33
XYZ29.116630.280714.2077
Yxy30.28070.39560.4114
Hunter Lab55.0279-1.850123.2114
CIE-Lab61.89571.300432.8609

#ab935b color RGB value is (171,147,91).

#ab935b hex color red value is 171, green value is 147 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #ab935b hue: 0.12 , saturation: 0.32 and the lightness value of ab935b is 0.51.

The process color (four color CMYK) of #ab935b color code is 0.00, 0.14, 0.47, 0.33. Web safe color of #ab935b is #999966. Color #ab935b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010011 01011011
Octal 253 223 133
Decimal 171 147 91
Hex AB 93 5B

RGB Percentages of Color #ab935b

%41.81
%35.94
%22.25

CMYK Percentages of Color #ab935b

%0
%14
%47
%33

Triadic Colors of #ab935b

#ab935b #5bab93 #935bab

Analogous Colors of #ab935b

#ab935b #9bab5b #ab6b5b

Monochromatic Colors of #ab935b

#ab935b

Complementary Color

#ab935b #5b73ab

#ab935b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab935b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab935b Color CSS Codes

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

#ab935b Text Font Color

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

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


#ab935b Background Color

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

This div background color is #ab935b


#ab935b Border Color

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

This div border color is #ab935b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab935b


Comments

No comments written yet.

Please login to write comment.