Color Hex Logo

#889175 Color Hex

#889175
(136,145,117)
0 Favorites   0 Comments

Color spaces of #889175

RGB 136145117
HSL0.220.110.51
HSV79°19°57°
CMYK 0.060.000.19   0.43
XYZ23.489626.769420.7586
Yxy26.76940.33080.3769
Hunter Lab51.7392-9.504412.4293
CIE-Lab58.7603-8.469413.7880

#889175 color RGB value is (136,145,117).

#889175 hex color red value is 136, green value is 145 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #889175 hue: 0.22 , saturation: 0.11 and the lightness value of 889175 is 0.51.

The process color (four color CMYK) of #889175 color hex is 0.06, 0.00, 0.19, 0.43. Web safe color of #889175 is #999966. Color #889175 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10010001 01110101
Octal 210 221 165
Decimal 136 145 117
Hex 88 91 75

RGB Percentages of Color #889175

%34.17
%36.43
%29.40

CMYK Percentages of Color #889175

%6
%0
%19
%43

Triadic Colors of #889175

#889175 #758891 #917588

Analogous Colors of #889175

#889175 #7a9175 #918c75

Monochromatic Colors of #889175

#889175

Complementary Color

#889175 #7e7591

#889175 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#889175 Color Preview on White Background

Lorem ipsum dolor sit amet.

#889175 Color CSS Codes

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

#889175 Text Font Color

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

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


#889175 Background Color

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

This div background color is #889175


#889175 Border Color

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

This div border color is #889175


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #889175


Comments

No comments written yet.

Please login to write comment.