Color Hex Logo

#ccca6d Color Hex

#CCCA6D
(204,202,109)
0 Favorites   0 Comments

Color spaces of #ccca6d

RGB 204202109
HSL0.160.480.61
HSV59°47°80°
CMYK 0.000.010.47   0.20
XYZ48.782756.182622.7412
Yxy56.18260.38200.4399
Hunter Lab74.9551-14.998934.4801
CIE-Lab79.7176-12.251246.3676

#ccca6d color RGB value is (204,202,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001010 01101101
Octal 314 312 155
Decimal 204 202 109
Hex CC CA 6D

RGB Percentages of Color #ccca6d

%39.61
%39.22
%21.17

CMYK Percentages of Color #ccca6d

%0
%1
%47
%20

Triadic Colors of #ccca6d

#ccca6d #6dccca #ca6dcc

Analogous Colors of #ccca6d

#ccca6d #9fcc6d #cc9b6d

Monochromatic Colors of #ccca6d

#ccca6d

Complementary Color

#ccca6d #6d6fcc

#ccca6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccca6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccca6d Color CSS Codes

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

#ccca6d Text Font Color

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

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


#ccca6d Background Color

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

This div background color is #ccca6d


#ccca6d Border Color

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

This div border color is #ccca6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccca6d


Comments

No comments written yet.

Please login to write comment.