Color Hex Logo

#ab7354 Color Hex

#AB7354
(171,115,84)
0 Favorites   0 Comments

Color spaces of #ab7354

RGB 17111584
HSL0.060.340.50
HSV21°51°67°
CMYK 0.000.330.51   0.33
XYZ24.525621.559511.2563
Yxy21.55950.42770.3760
Hunter Lab46.432213.027718.1292
CIE-Lab53.556518.507526.0589

#ab7354 color RGB value is (171,115,84).

#ab7354 hex color red value is 171, green value is 115 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #ab7354 hue: 0.06 , saturation: 0.34 and the lightness value of ab7354 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110011 01010100
Octal 253 163 124
Decimal 171 115 84
Hex AB 73 54

RGB Percentages of Color #ab7354

%46.22
%31.08
%22.70

CMYK Percentages of Color #ab7354

%0
%33
%51
%33

Triadic Colors of #ab7354

#ab7354 #54ab73 #7354ab

Analogous Colors of #ab7354

#ab7354 #ab9f54 #ab5460

Monochromatic Colors of #ab7354

#ab7354

Complementary Color

#ab7354 #548cab

#ab7354 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab7354 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab7354 Color CSS Codes

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

#ab7354 Text Font Color

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

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


#ab7354 Background Color

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

This div background color is #ab7354


#ab7354 Border Color

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

This div border color is #ab7354


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab7354


Comments

No comments written yet.

Please login to write comment.