Color Hex Logo

#8b8807 Color Hex

#8B8807
(139,136,7)
0 Favorites   0 Comments

Color spaces of #8b8807

RGB 1391367
HSL0.160.900.29
HSV59°95°55°
CMYK 0.000.020.95   0.45
XYZ19.490023.11263.6350
Yxy23.11260.42150.4999
Hunter Lab48.0756-11.767729.1700
CIE-Lab55.1881-11.999958.3393

#8b8807 color RGB value is (139,136,7).

#8b8807 hex color red value is 139, green value is 136 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #8b8807 hue: 0.16 , saturation: 0.90 and the lightness value of 8b8807 is 0.29.

The process color (four color CMYK) of #8b8807 color hex is 0.00, 0.02, 0.95, 0.45. Web safe color of #8b8807 is #999900. Color #8b8807 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10001000 00000111
Octal 213 210 7
Decimal 139 136 7
Hex 8B 88 7

RGB Percentages of Color #8b8807

%49.29
%48.23
%2.48

CMYK Percentages of Color #8b8807

%0
%2
%95
%45

Triadic Colors of #8b8807

#8b8807 #078b88 #88078b

Analogous Colors of #8b8807

#8b8807 #4c8b07 #8b4607

Monochromatic Colors of #8b8807

#8b8807

Complementary Color

#8b8807 #070a8b

#8b8807 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b8807 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b8807 Color CSS Codes

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

#8b8807 Text Font Color

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

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


#8b8807 Background Color

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

This div background color is #8b8807


#8b8807 Border Color

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

This div border color is #8b8807


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(139,136,7, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8b8807; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8b8807;
  -webkit-box-shadow: 1px 1px 3px 2px #8b8807;
  box-shadow:         1px 1px 3px 2px #8b8807; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,136,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 #8b8807">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b8807


Comments

No comments written yet.

Please login to write comment.