Color Hex Logo

#889248 Color Hex

#889248
(136,146,72)
0 Favorites   0 Comments

Color spaces of #889248

RGB 13614672
HSL0.190.340.43
HSV68°51°57°
CMYK 0.070.000.51   0.43
XYZ21.601926.259910.0610
Yxy26.25990.37290.4534
Hunter Lab51.2444-14.431724.2305
CIE-Lab58.2829-15.053037.6556

#889248 color RGB value is (136,146,72).

#889248 hex color red value is 136, green value is 146 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #889248 hue: 0.19 , saturation: 0.34 and the lightness value of 889248 is 0.43.

The process color (four color CMYK) of #889248 color hex is 0.07, 0.00, 0.51, 0.43. Web safe color of #889248 is #999933. Color #889248 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10010010 01001000
Octal 210 222 110
Decimal 136 146 72
Hex 88 92 48

RGB Percentages of Color #889248

%38.42
%41.24
%20.34

CMYK Percentages of Color #889248

%7
%0
%51
%43

Triadic Colors of #889248

#889248 #488892 #924888

Analogous Colors of #889248

#889248 #639248 #927748

Monochromatic Colors of #889248

#889248

Complementary Color

#889248 #524892

#889248 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#889248 Color Preview on White Background

Lorem ipsum dolor sit amet.

#889248 Color CSS Codes

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

#889248 Text Font Color

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

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


#889248 Background Color

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

This div background color is #889248


#889248 Border Color

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

This div border color is #889248


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #889248


Comments

No comments written yet.

Please login to write comment.