Color Hex Logo

#ccca7c Color Hex

#CCCA7C
(204,202,124)
0 Favorites   0 Comments

Color spaces of #ccca7c

RGB 204202124
HSL0.160.440.64
HSV59°39°80°
CMYK 0.000.010.39   0.20
XYZ49.660556.533727.3635
Yxy56.53370.37180.4233
Hunter Lab75.1889-13.685531.0548
CIE-Lab79.9166-10.722039.1615

#ccca7c color RGB value is (204,202,124).

#ccca7c hex color red value is 204, green value is 202 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #ccca7c hue: 0.16 , saturation: 0.44 and the lightness value of ccca7c is 0.64.

The process color (four color CMYK) of #ccca7c color hex is 0.00, 0.01, 0.39, 0.20. Web safe color of #ccca7c is #cccc66. Color #ccca7c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001010 01111100
Octal 314 312 174
Decimal 204 202 124
Hex CC CA 7C

RGB Percentages of Color #ccca7c

%38.49
%38.11
%23.40

CMYK Percentages of Color #ccca7c

%0
%1
%39
%20

Triadic Colors of #ccca7c

#ccca7c #7cccca #ca7ccc

Analogous Colors of #ccca7c

#ccca7c #a6cc7c #cca27c

Monochromatic Colors of #ccca7c

#ccca7c

Complementary Color

#ccca7c #7c7ecc

#ccca7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccca7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccca7c Color CSS Codes

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

#ccca7c Text Font Color

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

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


#ccca7c Background Color

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

This div background color is #ccca7c


#ccca7c Border Color

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

This div border color is #ccca7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccca7c


Comments

No comments written yet.

Please login to write comment.