Color Hex Logo

#ccc69f Color Hex

#CCC69F
(204,198,159)
0 Favorites   0 Comments

Color spaces of #ccc69f

RGB 204198159
HSL0.140.310.71
HSV52°22°80°
CMYK 0.000.030.22   0.20
XYZ51.353955.728740.8510
Yxy55.72870.34710.3767
Hunter Lab74.6517-7.847819.8114
CIE-Lab79.4592-4.223920.3364

#ccc69f color RGB value is (204,198,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000110 10011111
Octal 314 306 237
Decimal 204 198 159
Hex CC C6 9F

RGB Percentages of Color #ccc69f

%36.36
%35.29
%28.34

CMYK Percentages of Color #ccc69f

%0
%3
%22
%20

Triadic Colors of #ccc69f

#ccc69f #9fccc6 #c69fcc

Analogous Colors of #ccc69f

#ccc69f #bccc9f #ccb09f

Monochromatic Colors of #ccc69f

#ccc69f

Complementary Color

#ccc69f #9fa5cc

#ccc69f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc69f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc69f Color CSS Codes

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

#ccc69f Text Font Color

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

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


#ccc69f Background Color

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

This div background color is #ccc69f


#ccc69f Border Color

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

This div border color is #ccc69f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc69f


Comments

No comments written yet.

Please login to write comment.