Color Hex Logo

#cccc2e Color Hex

#CCCC2E
(204,204,46)
0 Favorites   0 Comments

Color spaces of #cccc2e

RGB 20420446
HSL0.170.630.49
HSV60°77°80°
CMYK 0.000.000.77   0.20
XYZ46.987856.220410.9599
Yxy56.22040.41160.4924
Hunter Lab74.9803-19.355143.8197
CIE-Lab79.7391-17.315072.0326

#cccc2e color RGB value is (204,204,46).

#cccc2e hex color red value is 204, green value is 204 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #cccc2e hue: 0.17 , saturation: 0.63 and the lightness value of cccc2e is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001100 00101110
Octal 314 314 56
Decimal 204 204 46
Hex CC CC 2E

RGB Percentages of Color #cccc2e

%44.93
%44.93
%10.13

CMYK Percentages of Color #cccc2e

%0
%0
%77
%20

Triadic Colors of #cccc2e

#cccc2e #2ecccc #cc2ecc

Analogous Colors of #cccc2e

#cccc2e #7dcc2e #cc7d2e

Monochromatic Colors of #cccc2e

#cccc2e

Complementary Color

#cccc2e #2e2ecc

#cccc2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccc2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccc2e Color CSS Codes

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

#cccc2e Text Font Color

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

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


#cccc2e Background Color

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

This div background color is #cccc2e


#cccc2e Border Color

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

This div border color is #cccc2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccc2e

#cccc2e Color Palettes


Comments

No comments written yet.

Please login to write comment.