Color Hex Logo

#c9982f Color Hex

#C9982F
(201,152,47)
0 Favorites   0 Comments

Color spaces of #c9982f

RGB 20115247
HSL0.110.620.49
HSV41°77°79°
CMYK 0.000.240.77   0.21
XYZ35.828735.07927.5719
Yxy35.07920.45650.4470
Hunter Lab59.22774.331833.8795
CIE-Lab65.81038.558258.8068

#c9982f color RGB value is (201,152,47).

#c9982f hex color red value is 201, green value is 152 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #c9982f hue: 0.11 , saturation: 0.62 and the lightness value of c9982f is 0.49.

The process color (four color CMYK) of #c9982f color hex is 0.00, 0.24, 0.77, 0.21. Web safe color of #c9982f is #cc9933. Color #c9982f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10011000 00101111
Octal 311 230 57
Decimal 201 152 47
Hex C9 98 2F

RGB Percentages of Color #c9982f

%50.25
%38.00
%11.75

CMYK Percentages of Color #c9982f

%0
%24
%77
%21

Triadic Colors of #c9982f

#c9982f #2fc998 #982fc9

Analogous Colors of #c9982f

#c9982f #adc92f #c94b2f

Monochromatic Colors of #c9982f

#c9982f

Complementary Color

#c9982f #2f60c9

#c9982f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9982f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9982f Color CSS Codes

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

#c9982f Text Font Color

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

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


#c9982f Background Color

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

This div background color is #c9982f


#c9982f Border Color

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

This div border color is #c9982f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9982f


Comments

No comments written yet.

Please login to write comment.