Color Hex Logo

#cccd40 Color Hex

#CCCD40
(204,205,64)
0 Favorites   0 Comments

Color spaces of #cccd40

RGB 20420564
HSL0.170.590.53
HSV60°69°80°
CMYK 0.000.000.69   0.20
XYZ47.658656.870213.3157
Yxy56.87020.40440.4826
Hunter Lab75.4123-19.164342.3197
CIE-Lab80.1065-17.026366.4279

#cccd40 color RGB value is (204,205,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001101 01000000
Octal 314 315 100
Decimal 204 205 64
Hex CC CD 40

RGB Percentages of Color #cccd40

%43.13
%43.34
%13.53

CMYK Percentages of Color #cccd40

%0
%0
%69
%20

Triadic Colors of #cccd40

#cccd40 #40cccd #cd40cc

Analogous Colors of #cccd40

#cccd40 #86cd40 #cd8840

Monochromatic Colors of #cccd40

#cccd40

Complementary Color

#cccd40 #4140cd

#cccd40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccd40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccd40 Color CSS Codes

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

#cccd40 Text Font Color

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

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


#cccd40 Background Color

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

This div background color is #cccd40


#cccd40 Border Color

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

This div border color is #cccd40


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,205,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 #cccd40">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccd40


Comments

No comments written yet.

Please login to write comment.