Color Hex Logo

#c2883f Color Hex

#C2883F
(194,136,63)
0 Favorites   0 Comments

Color spaces of #c2883f

RGB 19413663
HSL0.090.520.50
HSV33°68°76°
CMYK 0.000.300.68   0.24
XYZ31.949529.43658.7005
Yxy29.43650.45590.4200
Hunter Lab54.255410.166728.4709
CIE-Lab61.164915.044946.8991

#c2883f color RGB value is (194,136,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10001000 00111111
Octal 302 210 77
Decimal 194 136 63
Hex C2 88 3F

RGB Percentages of Color #c2883f

%49.36
%34.61
%16.03

CMYK Percentages of Color #c2883f

%0
%30
%68
%24

Triadic Colors of #c2883f

#c2883f #3fc288 #883fc2

Analogous Colors of #c2883f

#c2883f #bbc23f #c2473f

Monochromatic Colors of #c2883f

#c2883f

Complementary Color

#c2883f #3f79c2

#c2883f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2883f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2883f Color CSS Codes

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

#c2883f Text Font Color

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

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


#c2883f Background Color

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

This div background color is #c2883f


#c2883f Border Color

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

This div border color is #c2883f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2883f


Comments

No comments written yet.

Please login to write comment.