Color Hex Logo

#c7983a Color Hex

#C7983A
(199,152,58)
0 Favorites   0 Comments

Color spaces of #c7983a

RGB 19915258
HSL0.110.560.50
HSV40°71°78°
CMYK 0.000.240.71   0.22
XYZ35.545134.90418.8667
Yxy34.90410.44810.4401
Hunter Lab59.07974.004532.4575
CIE-Lab65.67398.190454.1281

#c7983a color RGB value is (199,152,58).

#c7983a hex color red value is 199, green value is 152 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #c7983a hue: 0.11 , saturation: 0.56 and the lightness value of c7983a is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10011000 00111010
Octal 307 230 72
Decimal 199 152 58
Hex C7 98 3A

RGB Percentages of Color #c7983a

%48.66
%37.16
%14.18

CMYK Percentages of Color #c7983a

%0
%24
%71
%22

Triadic Colors of #c7983a

#c7983a #3ac798 #983ac7

Analogous Colors of #c7983a

#c7983a #b0c73a #c7523a

Monochromatic Colors of #c7983a

#c7983a

Complementary Color

#c7983a #3a69c7

#c7983a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7983a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7983a Color CSS Codes

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

#c7983a Text Font Color

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

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


#c7983a Background Color

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

This div background color is #c7983a


#c7983a Border Color

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

This div border color is #c7983a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7983a


Comments

No comments written yet.

Please login to write comment.