Color Hex Logo

#cccd3f Color Hex

#CCCD3F
(204,205,63)
0 Favorites   0 Comments

Color spaces of #cccd3f

RGB 20420563
HSL0.170.590.53
HSV60°69°80°
CMYK 0.000.000.69   0.20
XYZ47.630456.858913.1671
Yxy56.85890.40480.4833
Hunter Lab75.4048-19.206742.4302
CIE-Lab80.1002-17.077366.7876

#cccd3f color RGB value is (204,205,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001101 00111111
Octal 314 315 77
Decimal 204 205 63
Hex CC CD 3F

RGB Percentages of Color #cccd3f

%43.22
%43.43
%13.35

CMYK Percentages of Color #cccd3f

%0
%0
%69
%20

Triadic Colors of #cccd3f

#cccd3f #3fcccd #cd3fcc

Analogous Colors of #cccd3f

#cccd3f #85cd3f #cd873f

Monochromatic Colors of #cccd3f

#cccd3f

Complementary Color

#cccd3f #403fcd

#cccd3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccd3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccd3f Color CSS Codes

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

#cccd3f Text Font Color

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

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


#cccd3f Background Color

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

This div background color is #cccd3f


#cccd3f Border Color

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

This div border color is #cccd3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccd3f


Comments

No comments written yet.

Please login to write comment.