Color Hex Logo

#869615 Color Hex

#869615
(134,150,21)
0 Favorites   0 Comments

Color spaces of #869615

RGB 13415021
HSL0.190.750.34
HSV67°86°59°
CMYK 0.110.000.86   0.41
XYZ20.873226.93524.8083
Yxy26.93520.39670.5119
Hunter Lab51.8991-19.033030.8364
CIE-Lab58.9143-21.244758.4700

#869615 color RGB value is (134,150,21).

#869615 hex color red value is 134, green value is 150 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #869615 hue: 0.19 , saturation: 0.75 and the lightness value of 869615 is 0.34.

The process color (four color CMYK) of #869615 color hex is 0.11, 0.00, 0.86, 0.41. Web safe color of #869615 is #999900. Color #869615 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10010110 00010101
Octal 206 226 25
Decimal 134 150 21
Hex 86 96 15

RGB Percentages of Color #869615

%43.93
%49.18
%6.89

CMYK Percentages of Color #869615

%11
%0
%86
%41

Triadic Colors of #869615

#869615 #158696 #961586

Analogous Colors of #869615

#869615 #459615 #966615

Monochromatic Colors of #869615

#869615

Complementary Color

#869615 #251596

#869615 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#869615 Color Preview on White Background

Lorem ipsum dolor sit amet.

#869615 Color CSS Codes

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

#869615 Text Font Color

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

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


#869615 Background Color

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

This div background color is #869615


#869615 Border Color

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

This div border color is #869615


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,150,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 #869615">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #869615


Comments

No comments written yet.

Please login to write comment.