Color Hex Logo

#ccca40 Color Hex

#CCCA40
(204,202,64)
0 Favorites   0 Comments

Color spaces of #ccca40

RGB 20420264
HSL0.160.580.53
HSV59°69°80°
CMYK 0.000.010.69   0.20
XYZ46.947855.448613.0787
Yxy55.44860.40660.4802
Hunter Lab74.4638-17.771441.7111
CIE-Lab79.2990-15.530165.6280

#ccca40 color RGB value is (204,202,64).

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

The process color (four color CMYK) of #ccca40 color hex is 0.00, 0.01, 0.69, 0.20. Web safe color of #ccca40 is #cccc33. Color #ccca40 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001010 01000000
Octal 314 312 100
Decimal 204 202 64
Hex CC CA 40

RGB Percentages of Color #ccca40

%43.40
%42.98
%13.62

CMYK Percentages of Color #ccca40

%0
%1
%69
%20

Triadic Colors of #ccca40

#ccca40 #40ccca #ca40cc

Analogous Colors of #ccca40

#ccca40 #88cc40 #cc8440

Monochromatic Colors of #ccca40

#ccca40

Complementary Color

#ccca40 #4042cc

#ccca40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccca40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccca40 Color CSS Codes

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

#ccca40 Text Font Color

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

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


#ccca40 Background Color

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

This div background color is #ccca40


#ccca40 Border Color

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

This div border color is #ccca40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccca40


Comments

No comments written yet.

Please login to write comment.