Color Hex Logo

#c28952 Color Hex

#C28952
(194,137,82)
0 Favorites   0 Comments

Color spaces of #c28952

RGB 19413782
HSL0.080.480.54
HSV29°58°76°
CMYK 0.000.290.58   0.24
XYZ32.716829.969912.0430
Yxy29.96990.43780.4010
Hunter Lab54.744810.872625.2785
CIE-Lab61.628215.809037.8380

#c28952 color RGB value is (194,137,82).

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

The process color (four color CMYK) of #c28952 color hex is 0.00, 0.29, 0.58, 0.24. Web safe color of #c28952 is #cc9966. Color #c28952 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10001001 01010010
Octal 302 211 122
Decimal 194 137 82
Hex C2 89 52

RGB Percentages of Color #c28952

%46.97
%33.17
%19.85

CMYK Percentages of Color #c28952

%0
%29
%58
%24

Triadic Colors of #c28952

#c28952 #52c289 #8952c2

Analogous Colors of #c28952

#c28952 #c2c152 #c25253

Monochromatic Colors of #c28952

#c28952

Complementary Color

#c28952 #528bc2

#c28952 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c28952 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c28952 Color CSS Codes

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

#c28952 Text Font Color

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

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


#c28952 Background Color

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

This div background color is #c28952


#c28952 Border Color

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

This div border color is #c28952


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c28952


Comments

No comments written yet.

Please login to write comment.