Color Hex Logo

#869969 Color Hex

#869969
(134,153,105)
0 Favorites   0 Comments

Color spaces of #869969

RGB 134153105
HSL0.230.190.51
HSV84°31°60°
CMYK 0.120.000.31   0.40
XYZ23.772628.870717.6843
Yxy28.87070.33800.4105
Hunter Lab53.7315-15.055718.0983
CIE-Lab60.6673-15.434523.0647

#869969 color RGB value is (134,153,105).

#869969 hex color red value is 134, green value is 153 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #869969 hue: 0.23 , saturation: 0.19 and the lightness value of 869969 is 0.51.

The process color (four color CMYK) of #869969 color hex is 0.12, 0.00, 0.31, 0.40. Web safe color of #869969 is #999966. Color #869969 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10011001 01101001
Octal 206 231 151
Decimal 134 153 105
Hex 86 99 69

RGB Percentages of Color #869969

%34.18
%39.03
%26.79

CMYK Percentages of Color #869969

%12
%0
%31
%40

Triadic Colors of #869969

#869969 #698699 #996986

Analogous Colors of #869969

#869969 #6e9969 #999469

Monochromatic Colors of #869969

#869969

Complementary Color

#869969 #7c6999

#869969 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#869969 Color Preview on White Background

Lorem ipsum dolor sit amet.

#869969 Color CSS Codes

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

#869969 Text Font Color

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

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


#869969 Background Color

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

This div background color is #869969


#869969 Border Color

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

This div border color is #869969


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #869969


Comments

No comments written yet.

Please login to write comment.