Color Hex Logo

#ccca41 Color Hex

#CCCA41
(204,202,65)
0 Favorites   0 Comments

Color spaces of #ccca41

RGB 20420265
HSL0.160.580.53
HSV59°68°80°
CMYK 0.000.010.68   0.20
XYZ46.976555.460113.2300
Yxy55.46010.40610.4795
Hunter Lab74.4715-17.727741.5971
CIE-Lab79.3056-15.478065.2603

#ccca41 color RGB value is (204,202,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001010 01000001
Octal 314 312 101
Decimal 204 202 65
Hex CC CA 41

RGB Percentages of Color #ccca41

%43.31
%42.89
%13.80

CMYK Percentages of Color #ccca41

%0
%1
%68
%20

Triadic Colors of #ccca41

#ccca41 #41ccca #ca41cc

Analogous Colors of #ccca41

#ccca41 #89cc41 #cc8541

Monochromatic Colors of #ccca41

#ccca41

Complementary Color

#ccca41 #4143cc

#ccca41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccca41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccca41 Color CSS Codes

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

#ccca41 Text Font Color

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

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


#ccca41 Background Color

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

This div background color is #ccca41


#ccca41 Border Color

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

This div border color is #ccca41


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccca41


Comments

No comments written yet.

Please login to write comment.