Color Hex Logo

#8f8615 Color Hex

#8F8615
(143,134,21)
0 Favorites   0 Comments

Color spaces of #8f8615

RGB 14313421
HSL0.150.740.32
HSV56°85°56°
CMYK 0.000.060.85   0.44
XYZ19.988122.94404.0846
Yxy22.94400.42510.4880
Hunter Lab47.8999-9.338728.4741
CIE-Lab55.0146-8.761355.4876

#8f8615 color RGB value is (143,134,21).

#8f8615 hex color red value is 143, green value is 134 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #8f8615 hue: 0.15 , saturation: 0.74 and the lightness value of 8f8615 is 0.32.

The process color (four color CMYK) of #8f8615 color hex is 0.00, 0.06, 0.85, 0.44. Web safe color of #8f8615 is #999900. Color #8f8615 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10000110 00010101
Octal 217 206 25
Decimal 143 134 21
Hex 8F 86 15

RGB Percentages of Color #8f8615

%47.99
%44.97
%7.05

CMYK Percentages of Color #8f8615

%0
%6
%85
%44

Triadic Colors of #8f8615

#8f8615 #158f86 #86158f

Analogous Colors of #8f8615

#8f8615 #5b8f15 #8f4915

Monochromatic Colors of #8f8615

#8f8615

Complementary Color

#8f8615 #151e8f

#8f8615 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f8615 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f8615 Color CSS Codes

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

#8f8615 Text Font Color

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

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


#8f8615 Background Color

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

This div background color is #8f8615


#8f8615 Border Color

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

This div border color is #8f8615


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(143,134,21, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8f8615; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8f8615;
  -webkit-box-shadow: 1px 1px 3px 2px #8f8615;
  box-shadow:         1px 1px 3px 2px #8f8615; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(143,134,21, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f8615


Comments

No comments written yet.

Please login to write comment.