color codes Logo

#c2983a color codes

#C2983A
(194,152,58)
0 Favorites   0 Comments

Color spaces of #c2983a

RGB 19415258
HSL0.120.540.49
HSV41°70°76°
CMYK 0.000.220.70   0.24
XYZ34.240134.23138.8056
Yxy34.23130.44310.4430
Hunter Lab58.50752.074632.0319
CIE-Lab65.14586.003553.4171

#c2983a color RGB value is (194,152,58).

#c2983a hex color red value is 194, green value is 152 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #c2983a hue: 0.12 , saturation: 0.54 and the lightness value of c2983a is 0.49.

The process color (four color CMYK) of #c2983a color code is 0.00, 0.22, 0.70, 0.24. Web safe color of #c2983a is #cc9933. Color #c2983a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10011000 00111010
Octal 302 230 72
Decimal 194 152 58
Hex C2 98 3A

RGB Percentages of Color #c2983a

%48.02
%37.62
%14.36

CMYK Percentages of Color #c2983a

%0
%22
%70
%24

Triadic Colors of #c2983a

#c2983a #3ac298 #983ac2

Analogous Colors of #c2983a

#c2983a #a8c23a #c2543a

Monochromatic Colors of #c2983a

#c2983a

Complementary Color

#c2983a #3a64c2

#c2983a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2983a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2983a Color CSS Codes

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

#c2983a Text Font Color

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

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


#c2983a Background Color

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

This div background color is #c2983a


#c2983a Border Color

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

This div border color is #c2983a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2983a


Comments

No comments written yet.

Please login to write comment.