Color Hex Logo

#988217 Color Hex

#988217
(152,130,23)
0 Favorites   0 Comments

Color spaces of #988217

RGB 15213023
HSL0.140.740.34
HSV50°85°60°
CMYK 0.000.140.85   0.40
XYZ21.086222.70254.0813
Yxy22.70250.44050.4743
Hunter Lab47.6471-4.387528.2744
CIE-Lab54.7646-2.335455.0745

#988217 color RGB value is (152,130,23).

#988217 hex color red value is 152, green value is 130 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #988217 hue: 0.14 , saturation: 0.74 and the lightness value of 988217 is 0.34.

The process color (four color CMYK) of #988217 color hex is 0.00, 0.14, 0.85, 0.40. Web safe color of #988217 is #999900. Color #988217 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10000010 00010111
Octal 230 202 27
Decimal 152 130 23
Hex 98 82 17

RGB Percentages of Color #988217

%49.84
%42.62
%7.54

CMYK Percentages of Color #988217

%0
%14
%85
%40

Triadic Colors of #988217

#988217 #179882 #821798

Analogous Colors of #988217

#988217 #6e9817 #984217

Monochromatic Colors of #988217

#988217

Complementary Color

#988217 #172d98

#988217 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#988217 Color Preview on White Background

Lorem ipsum dolor sit amet.

#988217 Color CSS Codes

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

#988217 Text Font Color

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

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


#988217 Background Color

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

This div background color is #988217


#988217 Border Color

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

This div border color is #988217


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #988217


Comments

No comments written yet.

Please login to write comment.