Color Hex Logo

#988503 Color Hex

#988503
(152,133,3)
0 Favorites   0 Comments

Color spaces of #988503

RGB 1521333
HSL0.150.960.30
HSV52°98°60°
CMYK 0.000.130.98   0.40
XYZ21.352923.45703.4884
Yxy23.45700.44210.4857
Hunter Lab48.4324-6.059629.6323
CIE-Lab55.5400-4.406859.8236

#988503 color RGB value is (152,133,3).

#988503 hex color red value is 152, green value is 133 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #988503 hue: 0.15 , saturation: 0.96 and the lightness value of 988503 is 0.30.

The process color (four color CMYK) of #988503 color hex is 0.00, 0.13, 0.98, 0.40. Web safe color of #988503 is #999900. Color #988503 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10000101 00000011
Octal 230 205 3
Decimal 152 133 3
Hex 98 85 3

RGB Percentages of Color #988503

%52.78
%46.18
%1.04

CMYK Percentages of Color #988503

%0
%13
%98
%40

Triadic Colors of #988503

#988503 #039885 #850398

Analogous Colors of #988503

#988503 #619803 #983b03

Monochromatic Colors of #988503

#988503

Complementary Color

#988503 #031698

#988503 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#988503 Color Preview on White Background

Lorem ipsum dolor sit amet.

#988503 Color CSS Codes

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

#988503 Text Font Color

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

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


#988503 Background Color

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

This div background color is #988503


#988503 Border Color

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

This div border color is #988503


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #988503


Comments

No comments written yet.

Please login to write comment.