Color Hex Logo

#c2983f Color Hex

#C2983F
(194,152,63)
0 Favorites   0 Comments

Color spaces of #c2983f

RGB 19415263
HSL0.110.520.50
HSV41°68°76°
CMYK 0.000.220.68   0.24
XYZ34.373634.28479.5085
Yxy34.28470.43970.4386
Hunter Lab58.55312.320431.3590
CIE-Lab65.18796.283551.2471

#c2983f color RGB value is (194,152,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10011000 00111111
Octal 302 230 77
Decimal 194 152 63
Hex C2 98 3F

RGB Percentages of Color #c2983f

%47.43
%37.16
%15.40

CMYK Percentages of Color #c2983f

%0
%22
%68
%24

Triadic Colors of #c2983f

#c2983f #3fc298 #983fc2

Analogous Colors of #c2983f

#c2983f #abc23f #c2573f

Monochromatic Colors of #c2983f

#c2983f

Complementary Color

#c2983f #3f69c2

#c2983f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2983f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2983f Color CSS Codes

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

#c2983f Text Font Color

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

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


#c2983f Background Color

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

This div background color is #c2983f


#c2983f Border Color

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

This div border color is #c2983f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2983f


Comments

No comments written yet.

Please login to write comment.