Color Hex Logo

#ab6f09 Color Hex

#AB6F09
(171,111,9)
0 Favorites   0 Comments

Color spaces of #ab6f09

RGB 1711119
HSL0.100.900.35
HSV38°95°67°
CMYK 0.000.350.95   0.33
XYZ22.528320.04652.9404
Yxy20.04650.49500.4404
Hunter Lab44.773311.461427.4476
CIE-Lab51.889716.804857.0475

#ab6f09 color RGB value is (171,111,9).

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

The process color (four color CMYK) of #ab6f09 color hex is 0.00, 0.35, 0.95, 0.33. Web safe color of #ab6f09 is #996600. Color #ab6f09 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01101111 00001001
Octal 253 157 11
Decimal 171 111 9
Hex AB 6F 9

RGB Percentages of Color #ab6f09

%58.76
%38.14
%3.09

CMYK Percentages of Color #ab6f09

%0
%35
%95
%33

Triadic Colors of #ab6f09

#ab6f09 #09ab6f #6f09ab

Analogous Colors of #ab6f09

#ab6f09 #96ab09 #ab1e09

Monochromatic Colors of #ab6f09

#ab6f09

Complementary Color

#ab6f09 #0945ab

#ab6f09 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab6f09 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab6f09 Color CSS Codes

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

#ab6f09 Text Font Color

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

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


#ab6f09 Background Color

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

This div background color is #ab6f09


#ab6f09 Border Color

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

This div border color is #ab6f09


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab6f09


Comments

No comments written yet.

Please login to write comment.