Color Hex Logo

#ab5438 Color Hex

#AB5438
(171,84,56)
0 Favorites   0 Comments

Color spaces of #ab5438

RGB 1718456
HSL0.040.510.45
HSV15°67°67°
CMYK 0.000.510.67   0.33
XYZ20.678715.28415.6016
Yxy15.28410.49750.3677
Hunter Lab39.094925.999118.8712
CIE-Lab46.020933.390432.5484

#ab5438 color RGB value is (171,84,56).

#ab5438 hex color red value is 171, green value is 84 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #ab5438 hue: 0.04 , saturation: 0.51 and the lightness value of ab5438 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010100 00111000
Octal 253 124 70
Decimal 171 84 56
Hex AB 54 38

RGB Percentages of Color #ab5438

%54.98
%27.01
%18.01

CMYK Percentages of Color #ab5438

%0
%51
%67
%33

Triadic Colors of #ab5438

#ab5438 #38ab54 #5438ab

Analogous Colors of #ab5438

#ab5438 #ab8e38 #ab3855

Monochromatic Colors of #ab5438

#ab5438

Complementary Color

#ab5438 #388fab

#ab5438 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab5438 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab5438 Color CSS Codes

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

#ab5438 Text Font Color

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

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


#ab5438 Background Color

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

This div background color is #ab5438


#ab5438 Border Color

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

This div border color is #ab5438


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab5438


Comments

No comments written yet.

Please login to write comment.