Color Hex Logo

#ccc69c Color Hex

#CCC69C
(204,198,156)
0 Favorites   0 Comments

Color spaces of #ccc69c

RGB 204198156
HSL0.150.320.71
HSV53°24°80°
CMYK 0.000.030.24   0.20
XYZ51.096755.625839.4963
Yxy55.62580.34950.3804
Hunter Lab74.5827-8.229220.8101
CIE-Lab79.4004-4.651521.8475

#ccc69c color RGB value is (204,198,156).

#ccc69c hex color red value is 204, green value is 198 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #ccc69c hue: 0.15 , saturation: 0.32 and the lightness value of ccc69c is 0.71.

The process color (four color CMYK) of #ccc69c color hex is 0.00, 0.03, 0.24, 0.20. Web safe color of #ccc69c is #cccc99. Color #ccc69c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000110 10011100
Octal 314 306 234
Decimal 204 198 156
Hex CC C6 9C

RGB Percentages of Color #ccc69c

%36.56
%35.48
%27.96

CMYK Percentages of Color #ccc69c

%0
%3
%24
%20

Triadic Colors of #ccc69c

#ccc69c #9cccc6 #c69ccc

Analogous Colors of #ccc69c

#ccc69c #bacc9c #ccae9c

Monochromatic Colors of #ccc69c

#ccc69c

Complementary Color

#ccc69c #9ca2cc

#ccc69c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc69c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc69c Color CSS Codes

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

#ccc69c Text Font Color

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

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


#ccc69c Background Color

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

This div background color is #ccc69c


#ccc69c Border Color

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

This div border color is #ccc69c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc69c


Comments

No comments written yet.

Please login to write comment.