Color Hex Logo

#ab825f Color Hex

#AB825F
(171,130,95)
0 Favorites   0 Comments

Color spaces of #ab825f

RGB 17113095
HSL0.080.310.52
HSV28°44°67°
CMYK 0.000.240.44   0.33
XYZ26.842825.449414.3239
Yxy25.44940.40290.3820
Hunter Lab50.44746.696018.4785
CIE-Lab57.510711.188425.0247

#ab825f color RGB value is (171,130,95).

#ab825f hex color red value is 171, green value is 130 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ab825f hue: 0.08 , saturation: 0.31 and the lightness value of ab825f is 0.52.

The process color (four color CMYK) of #ab825f color hex is 0.00, 0.24, 0.44, 0.33. Web safe color of #ab825f is #999966. Color #ab825f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000010 01011111
Octal 253 202 137
Decimal 171 130 95
Hex AB 82 5F

RGB Percentages of Color #ab825f

%43.18
%32.83
%23.99

CMYK Percentages of Color #ab825f

%0
%24
%44
%33

Triadic Colors of #ab825f

#ab825f #5fab82 #825fab

Analogous Colors of #ab825f

#ab825f #aba85f #ab5f62

Monochromatic Colors of #ab825f

#ab825f

Complementary Color

#ab825f #5f88ab

#ab825f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab825f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab825f Color CSS Codes

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

#ab825f Text Font Color

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

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


#ab825f Background Color

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

This div background color is #ab825f


#ab825f Border Color

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

This div border color is #ab825f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab825f


Comments

No comments written yet.

Please login to write comment.