Color Hex Logo

#c28c23 Color Hex

#C28C23
(194,140,35)
0 Favorites   0 Comments

Color spaces of #c28c23

RGB 19414035
HSL0.110.690.45
HSV40°82°76°
CMYK 0.000.280.82   0.24
XYZ31.929630.34695.7648
Yxy30.34690.46930.4460
Hunter Lab55.08807.056532.3571
CIE-Lab61.952411.578559.3010

#c28c23 color RGB value is (194,140,35).

#c28c23 hex color red value is 194, green value is 140 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #c28c23 hue: 0.11 , saturation: 0.69 and the lightness value of c28c23 is 0.45.

The process color (four color CMYK) of #c28c23 color hex is 0.00, 0.28, 0.82, 0.24. Web safe color of #c28c23 is #cc9933. Color #c28c23 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10001100 00100011
Octal 302 214 43
Decimal 194 140 35
Hex C2 8C 23

RGB Percentages of Color #c28c23

%52.57
%37.94
%9.49

CMYK Percentages of Color #c28c23

%0
%28
%82
%24

Triadic Colors of #c28c23

#c28c23 #23c28c #8c23c2

Analogous Colors of #c28c23

#c28c23 #a9c223 #c23d23

Monochromatic Colors of #c28c23

#c28c23

Complementary Color

#c28c23 #2359c2

#c28c23 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c28c23 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c28c23 Color CSS Codes

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

#c28c23 Text Font Color

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

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


#c28c23 Background Color

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

This div background color is #c28c23


#c28c23 Border Color

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

This div border color is #c28c23


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c28c23


Comments

No comments written yet.

Please login to write comment.