Color Hex Logo

#889955 Color Hex

#889955
(136,153,85)
0 Favorites   0 Comments

Color spaces of #889955

RGB 13615385
HSL0.210.290.47
HSV75°44°60°
CMYK 0.110.000.44   0.40
XYZ23.184328.672612.9068
Yxy28.67260.35800.4427
Hunter Lab53.5468-16.421323.1916
CIE-Lab60.4916-17.297333.6358

#889955 color RGB value is (136,153,85).

#889955 hex color red value is 136, green value is 153 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #889955 hue: 0.21 , saturation: 0.29 and the lightness value of 889955 is 0.47.

The process color (four color CMYK) of #889955 color hex is 0.11, 0.00, 0.44, 0.40. Web safe color of #889955 is #999966. Color #889955 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10011001 01010101
Octal 210 231 125
Decimal 136 153 85
Hex 88 99 55

RGB Percentages of Color #889955

%36.36
%40.91
%22.73

CMYK Percentages of Color #889955

%11
%0
%44
%40

Triadic Colors of #889955

#889955 #558899 #995588

Analogous Colors of #889955

#889955 #669955 #998855

Monochromatic Colors of #889955

#889955

Complementary Color

#889955 #665599

#889955 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#889955 Color Preview on White Background

Lorem ipsum dolor sit amet.

#889955 Color CSS Codes

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

#889955 Text Font Color

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

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


#889955 Background Color

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

This div background color is #889955


#889955 Border Color

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

This div border color is #889955


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #889955


Comments

No comments written yet.

Please login to write comment.