Color Hex Logo

#859868 Color Hex

#859868
(133,152,104)
0 Favorites   0 Comments

Color spaces of #859868

RGB 133152104
HSL0.230.190.50
HSV84°32°60°
CMYK 0.130.000.32   0.40
XYZ23.399828.442517.3534
Yxy28.44250.33820.4110
Hunter Lab53.3315-15.011318.0398
CIE-Lab60.2864-15.448023.0928

#859868 color RGB value is (133,152,104).

#859868 hex color red value is 133, green value is 152 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #859868 hue: 0.23 , saturation: 0.19 and the lightness value of 859868 is 0.50.

The process color (four color CMYK) of #859868 color hex is 0.13, 0.00, 0.32, 0.40. Web safe color of #859868 is #999966. Color #859868 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10011000 01101000
Octal 205 230 150
Decimal 133 152 104
Hex 85 98 68

RGB Percentages of Color #859868

%34.19
%39.07
%26.74

CMYK Percentages of Color #859868

%13
%0
%32
%40

Triadic Colors of #859868

#859868 #688598 #986885

Analogous Colors of #859868

#859868 #6d9868 #989368

Monochromatic Colors of #859868

#859868

Complementary Color

#859868 #7b6898

#859868 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#859868 Color Preview on White Background

Lorem ipsum dolor sit amet.

#859868 Color CSS Codes

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

#859868 Text Font Color

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

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


#859868 Background Color

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

This div background color is #859868


#859868 Border Color

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

This div border color is #859868


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,152,104, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #859868; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #859868;
  -webkit-box-shadow: 1px 1px 3px 2px #859868;
  box-shadow:         1px 1px 3px 2px #859868; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,152,104, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #859868


Comments

No comments written yet.

Please login to write comment.