Color Hex Logo

#988125 Color Hex

#988125
(152,129,37)
0 Favorites   0 Comments

Color spaces of #988125

RGB 15212937
HSL0.130.610.37
HSV48°76°60°
CMYK 0.000.150.76   0.40
XYZ21.133122.50954.9812
Yxy22.50950.43460.4629
Hunter Lab47.4442-3.517926.9860
CIE-Lab54.5635-1.244350.1312

#988125 color RGB value is (152,129,37).

#988125 hex color red value is 152, green value is 129 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #988125 hue: 0.13 , saturation: 0.61 and the lightness value of 988125 is 0.37.

The process color (four color CMYK) of #988125 color hex is 0.00, 0.15, 0.76, 0.40. Web safe color of #988125 is #999933. Color #988125 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10000001 00100101
Octal 230 201 45
Decimal 152 129 37
Hex 98 81 25

RGB Percentages of Color #988125

%47.80
%40.57
%11.64

CMYK Percentages of Color #988125

%0
%15
%76
%40

Triadic Colors of #988125

#988125 #259881 #812598

Analogous Colors of #988125

#988125 #769825 #984825

Monochromatic Colors of #988125

#988125

Complementary Color

#988125 #253c98

#988125 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#988125 Color Preview on White Background

Lorem ipsum dolor sit amet.

#988125 Color CSS Codes

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

#988125 Text Font Color

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

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


#988125 Background Color

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

This div background color is #988125


#988125 Border Color

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

This div border color is #988125


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #988125


Comments

No comments written yet.

Please login to write comment.