Color Hex Logo

#ab7952 Color Hex

#AB7952
(171,121,82)
0 Favorites   0 Comments

Color spaces of #ab7952

RGB 17112182
HSL0.070.350.50
HSV26°52°67°
CMYK 0.000.290.52   0.33
XYZ25.154922.941911.0851
Yxy22.94190.42500.3877
Hunter Lab47.89779.923619.8067
CIE-Lab55.012414.931429.0475

#ab7952 color RGB value is (171,121,82).

#ab7952 hex color red value is 171, green value is 121 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #ab7952 hue: 0.07 , saturation: 0.35 and the lightness value of ab7952 is 0.50.

The process color (four color CMYK) of #ab7952 color hex is 0.00, 0.29, 0.52, 0.33. Web safe color of #ab7952 is #996666. Color #ab7952 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01111001 01010010
Octal 253 171 122
Decimal 171 121 82
Hex AB 79 52

RGB Percentages of Color #ab7952

%45.72
%32.35
%21.93

CMYK Percentages of Color #ab7952

%0
%29
%52
%33

Triadic Colors of #ab7952

#ab7952 #52ab79 #7952ab

Analogous Colors of #ab7952

#ab7952 #aba652 #ab5258

Monochromatic Colors of #ab7952

#ab7952

Complementary Color

#ab7952 #5284ab

#ab7952 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab7952 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab7952 Color CSS Codes

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

#ab7952 Text Font Color

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

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


#ab7952 Background Color

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

This div background color is #ab7952


#ab7952 Border Color

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

This div border color is #ab7952


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab7952


Comments

No comments written yet.

Please login to write comment.