Color Hex Logo

#ab933b Color Hex

#AB933B
(171,147,59)
0 Favorites   0 Comments

Color spaces of #ab933b

RGB 17114759
HSL0.130.490.45
HSV47°65°67°
CMYK 0.000.140.65   0.33
XYZ28.017729.84118.4209
Yxy29.84110.42270.4502
Hunter Lab54.6270-4.046229.0992
CIE-Lab61.5169-1.361748.4387

#ab933b color RGB value is (171,147,59).

#ab933b hex color red value is 171, green value is 147 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #ab933b hue: 0.13 , saturation: 0.49 and the lightness value of ab933b is 0.45.

The process color (four color CMYK) of #ab933b color hex is 0.00, 0.14, 0.65, 0.33. Web safe color of #ab933b is #999933. Color #ab933b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010011 00111011
Octal 253 223 73
Decimal 171 147 59
Hex AB 93 3B

RGB Percentages of Color #ab933b

%45.36
%38.99
%15.65

CMYK Percentages of Color #ab933b

%0
%14
%65
%33

Triadic Colors of #ab933b

#ab933b #3bab93 #933bab

Analogous Colors of #ab933b

#ab933b #8bab3b #ab5b3b

Monochromatic Colors of #ab933b

#ab933b

Complementary Color

#ab933b #3b53ab

#ab933b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab933b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab933b Color CSS Codes

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

#ab933b Text Font Color

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

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


#ab933b Background Color

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

This div background color is #ab933b


#ab933b Border Color

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

This div border color is #ab933b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab933b


Comments

No comments written yet.

Please login to write comment.