Color Hex Logo

#c08d23 Color Hex

#C08D23
(192,141,35)
0 Favorites   0 Comments

Color spaces of #c08d23

RGB 19214135
HSL0.110.690.45
HSV41°82°75°
CMYK 0.000.270.82   0.25
XYZ31.566530.37765.7898
Yxy30.37760.46600.4485
Hunter Lab55.11595.779532.3528
CIE-Lab61.978710.142759.2379

#c08d23 color RGB value is (192,141,35).

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

The process color (four color CMYK) of #c08d23 color hex is 0.00, 0.27, 0.82, 0.25. Web safe color of #c08d23 is #cc9933. Color #c08d23 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001101 00100011
Octal 300 215 43
Decimal 192 141 35
Hex C0 8D 23

RGB Percentages of Color #c08d23

%52.17
%38.32
%9.51

CMYK Percentages of Color #c08d23

%0
%27
%82
%25

Triadic Colors of #c08d23

#c08d23 #23c08d #8d23c0

Analogous Colors of #c08d23

#c08d23 #a5c023 #c03f23

Monochromatic Colors of #c08d23

#c08d23

Complementary Color

#c08d23 #2356c0

#c08d23 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08d23 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08d23 Color CSS Codes

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

#c08d23 Text Font Color

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

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


#c08d23 Background Color

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

This div background color is #c08d23


#c08d23 Border Color

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

This div border color is #c08d23


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08d23


Comments

No comments written yet.

Please login to write comment.