Color Hex Logo

#988230 Color Hex

#988230
(152,130,48)
0 Favorites   0 Comments

Color spaces of #988230

RGB 15213048
HSL0.130.520.39
HSV47°68°60°
CMYK 0.000.140.68   0.40
XYZ21.465022.85416.0763
Yxy22.85410.42590.4535
Hunter Lab47.8060-3.513525.9282
CIE-Lab54.9217-1.211045.8502

#988230 color RGB value is (152,130,48).

#988230 hex color red value is 152, green value is 130 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #988230 hue: 0.13 , saturation: 0.52 and the lightness value of 988230 is 0.39.

The process color (four color CMYK) of #988230 color hex is 0.00, 0.14, 0.68, 0.40. Web safe color of #988230 is #999933. Color #988230 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10000010 00110000
Octal 230 202 60
Decimal 152 130 48
Hex 98 82 30

RGB Percentages of Color #988230

%46.06
%39.39
%14.55

CMYK Percentages of Color #988230

%0
%14
%68
%40

Triadic Colors of #988230

#988230 #309882 #823098

Analogous Colors of #988230

#988230 #7a9830 #984e30

Monochromatic Colors of #988230

#988230

Complementary Color

#988230 #304698

#988230 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#988230 Color Preview on White Background

Lorem ipsum dolor sit amet.

#988230 Color CSS Codes

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

#988230 Text Font Color

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

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


#988230 Background Color

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

This div background color is #988230


#988230 Border Color

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

This div border color is #988230


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #988230


Comments

No comments written yet.

Please login to write comment.