Color Hex Logo

#988214 Color Hex

#988214
(152,130,20)
0 Favorites   0 Comments

Color spaces of #988214

RGB 15213020
HSL0.140.770.34
HSV50°87°60°
CMYK 0.000.140.87   0.40
XYZ21.057822.69123.9318
Yxy22.69120.44160.4759
Hunter Lab47.6353-4.453528.4509
CIE-Lab54.7528-2.420755.8817

#988214 color RGB value is (152,130,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10000010 00010100
Octal 230 202 24
Decimal 152 130 20
Hex 98 82 14

RGB Percentages of Color #988214

%50.33
%43.05
%6.62

CMYK Percentages of Color #988214

%0
%14
%87
%40

Triadic Colors of #988214

#988214 #149882 #821498

Analogous Colors of #988214

#988214 #6c9814 #984014

Monochromatic Colors of #988214

#988214

Complementary Color

#988214 #142a98

#988214 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#988214 Color Preview on White Background

Lorem ipsum dolor sit amet.

#988214 Color CSS Codes

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

#988214 Text Font Color

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

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


#988214 Background Color

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

This div background color is #988214


#988214 Border Color

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

This div border color is #988214


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #988214


Comments

No comments written yet.

Please login to write comment.