Color Hex Logo

#988934 Color Hex

#988934
(152,137,52)
0 Favorites   0 Comments

Color spaces of #988934

RGB 15213752
HSL0.140.490.40
HSV51°66°60°
CMYK 0.000.100.66   0.40
XYZ22.514424.81476.8519
Yxy24.81470.41550.4580
Hunter Lab49.8144-6.499226.7148
CIE-Lab56.8944-4.830746.1288

#988934 color RGB value is (152,137,52).

#988934 hex color red value is 152, green value is 137 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #988934 hue: 0.14 , saturation: 0.49 and the lightness value of 988934 is 0.40.

The process color (four color CMYK) of #988934 color hex is 0.00, 0.10, 0.66, 0.40. Web safe color of #988934 is #999933. Color #988934 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10001001 00110100
Octal 230 211 64
Decimal 152 137 52
Hex 98 89 34

RGB Percentages of Color #988934

%44.57
%40.18
%15.25

CMYK Percentages of Color #988934

%0
%10
%66
%40

Triadic Colors of #988934

#988934 #349889 #893498

Analogous Colors of #988934

#988934 #759834 #985734

Monochromatic Colors of #988934

#988934

Complementary Color

#988934 #344398

#988934 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#988934 Color Preview on White Background

Lorem ipsum dolor sit amet.

#988934 Color CSS Codes

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

#988934 Text Font Color

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

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


#988934 Background Color

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

This div background color is #988934


#988934 Border Color

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

This div border color is #988934


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #988934


Comments

No comments written yet.

Please login to write comment.