Color Hex Logo

#c28450 Color Hex

#C28450
(194,132,80)
0 Favorites   0 Comments

Color spaces of #c28450

RGB 19413280
HSL0.080.480.54
HSV27°59°76°
CMYK 0.000.320.59   0.24
XYZ31.947428.551011.4165
Yxy28.55100.44420.3970
Hunter Lab53.433113.216324.7353
CIE-Lab60.383318.406437.3861

#c28450 color RGB value is (194,132,80).

#c28450 hex color red value is 194, green value is 132 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #c28450 hue: 0.08 , saturation: 0.48 and the lightness value of c28450 is 0.54.

The process color (four color CMYK) of #c28450 color hex is 0.00, 0.32, 0.59, 0.24. Web safe color of #c28450 is #cc9966. Color #c28450 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10000100 01010000
Octal 302 204 120
Decimal 194 132 80
Hex C2 84 50

RGB Percentages of Color #c28450

%47.78
%32.51
%19.70

CMYK Percentages of Color #c28450

%0
%32
%59
%24

Triadic Colors of #c28450

#c28450 #50c284 #8450c2

Analogous Colors of #c28450

#c28450 #c2bd50 #c25055

Monochromatic Colors of #c28450

#c28450

Complementary Color

#c28450 #508ec2

#c28450 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c28450 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c28450 Color CSS Codes

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

#c28450 Text Font Color

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

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


#c28450 Background Color

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

This div background color is #c28450


#c28450 Border Color

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

This div border color is #c28450


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c28450


Comments

No comments written yet.

Please login to write comment.