Color Hex Logo

#889f0c Color Hex

#889F0C
(136,159,12)
0 Favorites   0 Comments

Color spaces of #889f0c

RGB 13615912
HSL0.190.860.34
HSV69°92°62°
CMYK 0.140.000.92   0.38
XYZ22.617830.05714.9573
Yxy30.05710.39250.5215
Hunter Lab54.8244-22.302433.0160
CIE-Lab61.7035-25.086462.5561

#889f0c color RGB value is (136,159,12).

#889f0c hex color red value is 136, green value is 159 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #889f0c hue: 0.19 , saturation: 0.86 and the lightness value of 889f0c is 0.34.

The process color (four color CMYK) of #889f0c color hex is 0.14, 0.00, 0.92, 0.38. Web safe color of #889f0c is #999900. Color #889f0c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10011111 00001100
Octal 210 237 14
Decimal 136 159 12
Hex 88 9F C

RGB Percentages of Color #889f0c

%44.30
%51.79
%3.91

CMYK Percentages of Color #889f0c

%14
%0
%92
%38

Triadic Colors of #889f0c

#889f0c #0c889f #9f0c88

Analogous Colors of #889f0c

#889f0c #3f9f0c #9f6d0c

Monochromatic Colors of #889f0c

#889f0c

Complementary Color

#889f0c #230c9f

#889f0c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#889f0c Color Preview on White Background

Lorem ipsum dolor sit amet.

#889f0c Color CSS Codes

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

#889f0c Text Font Color

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

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


#889f0c Background Color

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

This div background color is #889f0c


#889f0c Border Color

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

This div border color is #889f0c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,159,12, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #889f0c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #889f0c;
  -webkit-box-shadow: 1px 1px 3px 2px #889f0c;
  box-shadow:         1px 1px 3px 2px #889f0c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #889f0c


Comments

No comments written yet.

Please login to write comment.