Color Hex Logo

#989e13 Color Hex

#989E13
(152,158,19)
0 Favorites   0 Comments

Color spaces of #989e13

RGB 15215819
HSL0.170.790.35
HSV63°88°62°
CMYK 0.040.000.88   0.38
XYZ25.293331.17615.3006
Yxy31.17610.40950.5047
Hunter Lab55.8356-16.852433.4564
CIE-Lab62.6560-17.427462.5866

#989e13 color RGB value is (152,158,19).

#989e13 hex color red value is 152, green value is 158 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #989e13 hue: 0.17 , saturation: 0.79 and the lightness value of 989e13 is 0.35.

The process color (four color CMYK) of #989e13 color hex is 0.04, 0.00, 0.88, 0.38. Web safe color of #989e13 is #999900. Color #989e13 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10011110 00010011
Octal 230 236 23
Decimal 152 158 19
Hex 98 9E 13

RGB Percentages of Color #989e13

%46.20
%48.02
%5.78

CMYK Percentages of Color #989e13

%4
%0
%88
%38

Triadic Colors of #989e13

#989e13 #13989e #9e1398

Analogous Colors of #989e13

#989e13 #539e13 #9e5e13

Monochromatic Colors of #989e13

#989e13

Complementary Color

#989e13 #19139e

#989e13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#989e13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#989e13 Color CSS Codes

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

#989e13 Text Font Color

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

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


#989e13 Background Color

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

This div background color is #989e13


#989e13 Border Color

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

This div border color is #989e13


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,158,19, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #989e13; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #989e13;
  -webkit-box-shadow: 1px 1px 3px 2px #989e13;
  box-shadow:         1px 1px 3px 2px #989e13; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #989e13


Comments

No comments written yet.

Please login to write comment.