Color Hex Logo

#869e42 Color Hex

#869E42
(134,158,66)
0 Favorites   0 Comments

Color spaces of #869e42

RGB 13415866
HSL0.210.410.44
HSV76°58°62°
CMYK 0.150.000.58   0.38
XYZ23.041729.91549.7141
Yxy29.91540.36770.4773
Hunter Lab54.6950-20.518427.7563
CIE-Lab61.5812-22.635644.3936

#869e42 color RGB value is (134,158,66).

#869e42 hex color red value is 134, green value is 158 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #869e42 hue: 0.21 , saturation: 0.41 and the lightness value of 869e42 is 0.44.

The process color (four color CMYK) of #869e42 color hex is 0.15, 0.00, 0.58, 0.38. Web safe color of #869e42 is #999933. Color #869e42 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10011110 01000010
Octal 206 236 102
Decimal 134 158 66
Hex 86 9E 42

RGB Percentages of Color #869e42

%37.43
%44.13
%18.44

CMYK Percentages of Color #869e42

%15
%0
%58
%38

Triadic Colors of #869e42

#869e42 #42869e #9e4286

Analogous Colors of #869e42

#869e42 #589e42 #9e8842

Monochromatic Colors of #869e42

#869e42

Complementary Color

#869e42 #5a429e

#869e42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#869e42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#869e42 Color CSS Codes

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

#869e42 Text Font Color

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

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


#869e42 Background Color

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

This div background color is #869e42


#869e42 Border Color

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

This div border color is #869e42


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,158,66, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #869e42; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #869e42;
  -webkit-box-shadow: 1px 1px 3px 2px #869e42;
  box-shadow:         1px 1px 3px 2px #869e42; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #869e42


Comments

No comments written yet.

Please login to write comment.