Color Hex Logo

#989602 Color Hex

#989602
(152,150,2)
0 Favorites   0 Comments

Color spaces of #989602

RGB 1521502
HSL0.160.970.30
HSV59°99°60°
CMYK 0.000.010.99   0.40
XYZ23.866228.49254.2991
Yxy28.49250.42120.5029
Hunter Lab53.3784-13.602332.5896
CIE-Lab60.3311-13.572263.5019

#989602 color RGB value is (152,150,2).

#989602 hex color red value is 152, green value is 150 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #989602 hue: 0.16 , saturation: 0.97 and the lightness value of 989602 is 0.30.

The process color (four color CMYK) of #989602 color hex is 0.00, 0.01, 0.99, 0.40. Web safe color of #989602 is #999900. Color #989602 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10010110 00000010
Octal 230 226 2
Decimal 152 150 2
Hex 98 96 2

RGB Percentages of Color #989602

%50.00
%49.34
%0.66

CMYK Percentages of Color #989602

%0
%1
%99
%40

Triadic Colors of #989602

#989602 #029896 #960298

Analogous Colors of #989602

#989602 #4f9802 #984b02

Monochromatic Colors of #989602

#989602

Complementary Color

#989602 #020498

#989602 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#989602 Color Preview on White Background

Lorem ipsum dolor sit amet.

#989602 Color CSS Codes

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

#989602 Text Font Color

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

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


#989602 Background Color

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

This div background color is #989602


#989602 Border Color

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

This div border color is #989602


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #989602


Comments

No comments written yet.

Please login to write comment.