Color Hex Logo

#ccc36c Color Hex

#CCC36C
(204,195,108)
0 Favorites   0 Comments

Color spaces of #ccc36c

RGB 204195108
HSL0.150.480.61
HSV54°47°80°
CMYK 0.000.040.47   0.20
XYZ47.123752.950321.9241
Yxy52.95030.38630.4340
Hunter Lab72.7670-11.746033.0733
CIE-Lab77.8456-8.772844.5787

#ccc36c color RGB value is (204,195,108).

#ccc36c hex color red value is 204, green value is 195 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #ccc36c hue: 0.15 , saturation: 0.48 and the lightness value of ccc36c is 0.61.

The process color (four color CMYK) of #ccc36c color hex is 0.00, 0.04, 0.47, 0.20. Web safe color of #ccc36c is #cccc66. Color #ccc36c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000011 01101100
Octal 314 303 154
Decimal 204 195 108
Hex CC C3 6C

RGB Percentages of Color #ccc36c

%40.24
%38.46
%21.30

CMYK Percentages of Color #ccc36c

%0
%4
%47
%20

Triadic Colors of #ccc36c

#ccc36c #6cccc3 #c36ccc

Analogous Colors of #ccc36c

#ccc36c #a5cc6c #cc936c

Monochromatic Colors of #ccc36c

#ccc36c

Complementary Color

#ccc36c #6c75cc

#ccc36c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc36c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc36c Color CSS Codes

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

#ccc36c Text Font Color

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

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


#ccc36c Background Color

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

This div background color is #ccc36c


#ccc36c Border Color

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

This div border color is #ccc36c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc36c


Comments

No comments written yet.

Please login to write comment.