Color Hex Logo

#ccc69e Color Hex

#CCC69E
(204,198,158)
0 Favorites   0 Comments

Color spaces of #ccc69e

RGB 204198158
HSL0.140.310.71
HSV52°23°80°
CMYK 0.000.030.23   0.20
XYZ51.267555.694240.3957
Yxy55.69420.34790.3780
Hunter Lab74.6285-7.976020.1469
CIE-Lab79.4395-4.367520.8403

#ccc69e color RGB value is (204,198,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000110 10011110
Octal 314 306 236
Decimal 204 198 158
Hex CC C6 9E

RGB Percentages of Color #ccc69e

%36.43
%35.36
%28.21

CMYK Percentages of Color #ccc69e

%0
%3
%23
%20

Triadic Colors of #ccc69e

#ccc69e #9eccc6 #c69ecc

Analogous Colors of #ccc69e

#ccc69e #bbcc9e #ccaf9e

Monochromatic Colors of #ccc69e

#ccc69e

Complementary Color

#ccc69e #9ea4cc

#ccc69e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc69e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc69e Color CSS Codes

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

#ccc69e Text Font Color

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

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


#ccc69e Background Color

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

This div background color is #ccc69e


#ccc69e Border Color

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

This div border color is #ccc69e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc69e


Comments

No comments written yet.

Please login to write comment.