Color Hex Logo

#ccca72 Color Hex

#CCCA72
(204,202,114)
0 Favorites   0 Comments

Color spaces of #ccca72

RGB 204202114
HSL0.160.470.62
HSV59°44°80°
CMYK 0.000.010.44   0.20
XYZ49.059656.293324.1996
Yxy56.29330.37870.4345
Hunter Lab75.0289-14.583633.3970
CIE-Lab79.7805-11.766043.9917

#ccca72 color RGB value is (204,202,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001010 01110010
Octal 314 312 162
Decimal 204 202 114
Hex CC CA 72

RGB Percentages of Color #ccca72

%39.23
%38.85
%21.92

CMYK Percentages of Color #ccca72

%0
%1
%44
%20

Triadic Colors of #ccca72

#ccca72 #72ccca #ca72cc

Analogous Colors of #ccca72

#ccca72 #a1cc72 #cc9d72

Monochromatic Colors of #ccca72

#ccca72

Complementary Color

#ccca72 #7274cc

#ccca72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccca72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccca72 Color CSS Codes

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

#ccca72 Text Font Color

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

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


#ccca72 Background Color

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

This div background color is #ccca72


#ccca72 Border Color

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

This div border color is #ccca72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccca72


Comments

No comments written yet.

Please login to write comment.