Color Hex Logo

#ab830f Color Hex

#AB830F
(171,131,15)
0 Favorites   0 Comments

Color spaces of #ab830f

RGB 17113115
HSL0.120.840.36
HSV45°91°67°
CMYK 0.000.230.91   0.33
XYZ24.997124.92503.9455
Yxy24.92500.46400.4627
Hunter Lab49.92492.005230.2619
CIE-Lab57.00235.681859.6834

#ab830f color RGB value is (171,131,15).

#ab830f hex color red value is 171, green value is 131 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #ab830f hue: 0.12 , saturation: 0.84 and the lightness value of ab830f is 0.36.

The process color (four color CMYK) of #ab830f color hex is 0.00, 0.23, 0.91, 0.33. Web safe color of #ab830f is #999900. Color #ab830f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000011 00001111
Octal 253 203 17
Decimal 171 131 15
Hex AB 83 F

RGB Percentages of Color #ab830f

%53.94
%41.32
%4.73

CMYK Percentages of Color #ab830f

%0
%23
%91
%33

Triadic Colors of #ab830f

#ab830f #0fab83 #830fab

Analogous Colors of #ab830f

#ab830f #85ab0f #ab350f

Monochromatic Colors of #ab830f

#ab830f

Complementary Color

#ab830f #0f37ab

#ab830f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab830f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab830f Color CSS Codes

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

#ab830f Text Font Color

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

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


#ab830f Background Color

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

This div background color is #ab830f


#ab830f Border Color

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

This div border color is #ab830f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab830f


Comments

No comments written yet.

Please login to write comment.