Color Hex Logo

#c38d17 Color Hex

#C38D17
(195,141,23)
0 Favorites   0 Comments

Color spaces of #c38d17

RGB 19514123
HSL0.110.790.43
HSV41°88°76°
CMYK 0.000.280.88   0.24
XYZ32.185230.71375.0426
Yxy30.71370.47370.4521
Hunter Lab55.41996.679233.3992
CIE-Lab62.265211.155263.1173

#c38d17 color RGB value is (195,141,23).

#c38d17 hex color red value is 195, green value is 141 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #c38d17 hue: 0.11 , saturation: 0.79 and the lightness value of c38d17 is 0.43.

The process color (four color CMYK) of #c38d17 color hex is 0.00, 0.28, 0.88, 0.24. Web safe color of #c38d17 is #cc9900. Color #c38d17 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10001101 00010111
Octal 303 215 27
Decimal 195 141 23
Hex C3 8D 17

RGB Percentages of Color #c38d17

%54.32
%39.28
%6.41

CMYK Percentages of Color #c38d17

%0
%28
%88
%24

Triadic Colors of #c38d17

#c38d17 #17c38d #8d17c3

Analogous Colors of #c38d17

#c38d17 #a3c317 #c33717

Monochromatic Colors of #c38d17

#c38d17

Complementary Color

#c38d17 #174dc3

#c38d17 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c38d17 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c38d17 Color CSS Codes

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

#c38d17 Text Font Color

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

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


#c38d17 Background Color

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

This div background color is #c38d17


#c38d17 Border Color

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

This div border color is #c38d17


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,141,23, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c38d17


Comments

No comments written yet.

Please login to write comment.