Color Hex Logo

#cccc1d Color Hex

#CCCC1D
(204,204,29)
0 Favorites   0 Comments

Color spaces of #cccc1d

RGB 20420429
HSL0.170.750.46
HSV60°86°80°
CMYK 0.000.000.86   0.20
XYZ46.716556.11189.5308
Yxy56.11180.41580.4994
Hunter Lab74.9078-19.766644.8918
CIE-Lab79.6774-17.811576.1597

#cccc1d color RGB value is (204,204,29).

#cccc1d hex color red value is 204, green value is 204 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #cccc1d hue: 0.17 , saturation: 0.75 and the lightness value of cccc1d is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001100 00011101
Octal 314 314 35
Decimal 204 204 29
Hex CC CC 1D

RGB Percentages of Color #cccc1d

%46.68
%46.68
%6.64

CMYK Percentages of Color #cccc1d

%0
%0
%86
%20

Triadic Colors of #cccc1d

#cccc1d #1dcccc #cc1dcc

Analogous Colors of #cccc1d

#cccc1d #75cc1d #cc751d

Monochromatic Colors of #cccc1d

#cccc1d

Complementary Color

#cccc1d #1d1dcc

#cccc1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccc1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccc1d Color CSS Codes

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

#cccc1d Text Font Color

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

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


#cccc1d Background Color

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

This div background color is #cccc1d


#cccc1d Border Color

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

This div border color is #cccc1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccc1d

#cccc1d Color Palettes


Comments

No comments written yet.

Please login to write comment.