Color Hex Logo

#c8982f Color Hex

#C8982F
(200,152,47)
0 Favorites   0 Comments

Color spaces of #c8982f

RGB 20015247
HSL0.110.620.48
HSV41°77°78°
CMYK 0.000.240.77   0.22
XYZ35.560734.94117.5594
Yxy34.94110.45550.4476
Hunter Lab59.11103.939933.7954
CIE-Lab65.70288.118858.6668

#c8982f color RGB value is (200,152,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10011000 00101111
Octal 310 230 57
Decimal 200 152 47
Hex C8 98 2F

RGB Percentages of Color #c8982f

%50.13
%38.10
%11.78

CMYK Percentages of Color #c8982f

%0
%24
%77
%22

Triadic Colors of #c8982f

#c8982f #2fc898 #982fc8

Analogous Colors of #c8982f

#c8982f #acc82f #c84b2f

Monochromatic Colors of #c8982f

#c8982f

Complementary Color

#c8982f #2f5fc8

#c8982f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8982f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8982f Color CSS Codes

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

#c8982f Text Font Color

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

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


#c8982f Background Color

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

This div background color is #c8982f


#c8982f Border Color

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

This div border color is #c8982f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,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 #c8982f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8982f


Comments

No comments written yet.

Please login to write comment.