Color Hex Logo

#c8c38c Color Hex

#C8C38C
(200,195,140)
0 Favorites   0 Comments

Color spaces of #c8c38c

RGB 200195140
HSL0.150.350.67
HSV55°30°78°
CMYK 0.000.030.30   0.22
XYZ48.068153.203032.5467
Yxy53.20300.35920.3976
Hunter Lab72.9404-10.013224.6025
CIE-Lab77.9947-6.789128.3349

#c8c38c color RGB value is (200,195,140).

#c8c38c hex color red value is 200, green value is 195 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #c8c38c hue: 0.15 , saturation: 0.35 and the lightness value of c8c38c is 0.67.

The process color (four color CMYK) of #c8c38c color hex is 0.00, 0.03, 0.30, 0.22. Web safe color of #c8c38c is #cccc99. Color #c8c38c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 11000011 10001100
Octal 310 303 214
Decimal 200 195 140
Hex C8 C3 8C

RGB Percentages of Color #c8c38c

%37.38
%36.45
%26.17

CMYK Percentages of Color #c8c38c

%0
%3
%30
%22

Triadic Colors of #c8c38c

#c8c38c #8cc8c3 #c38cc8

Analogous Colors of #c8c38c

#c8c38c #afc88c #c8a58c

Monochromatic Colors of #c8c38c

#c8c38c

Complementary Color

#c8c38c #8c91c8

#c8c38c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8c38c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8c38c Color CSS Codes

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

#c8c38c Text Font Color

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

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


#c8c38c Background Color

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

This div background color is #c8c38c


#c8c38c Border Color

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

This div border color is #c8c38c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8c38c


Comments

No comments written yet.

Please login to write comment.