Color Hex Logo

#ab6507 Color Hex

#AB6507
(171,101,7)
0 Favorites   0 Comments

Color spaces of #ab6507

RGB 1711017
HSL0.100.920.35
HSV34°96°67°
CMYK 0.000.410.96   0.33
XYZ21.486617.98062.5392
Yxy17.98060.51150.4280
Hunter Lab42.403516.242826.1321
CIE-Lab49.472622.378955.7435

#ab6507 color RGB value is (171,101,7).

#ab6507 hex color red value is 171, green value is 101 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #ab6507 hue: 0.10 , saturation: 0.92 and the lightness value of ab6507 is 0.35.

The process color (four color CMYK) of #ab6507 color hex is 0.00, 0.41, 0.96, 0.33. Web safe color of #ab6507 is #996600. Color #ab6507 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100101 00000111
Octal 253 145 7
Decimal 171 101 7
Hex AB 65 7

RGB Percentages of Color #ab6507

%61.29
%36.20
%2.51

CMYK Percentages of Color #ab6507

%0
%41
%96
%33

Triadic Colors of #ab6507

#ab6507 #07ab65 #6507ab

Analogous Colors of #ab6507

#ab6507 #9fab07 #ab1307

Monochromatic Colors of #ab6507

#ab6507

Complementary Color

#ab6507 #074dab

#ab6507 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab6507 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab6507 Color CSS Codes

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

#ab6507 Text Font Color

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

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


#ab6507 Background Color

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

This div background color is #ab6507


#ab6507 Border Color

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

This div border color is #ab6507


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab6507


Comments

No comments written yet.

Please login to write comment.