Color Hex Logo

#ccc64e Color Hex

#CCC64E
(204,198,78)
0 Favorites   0 Comments

Color spaces of #ccc64e

RGB 20419878
HSL0.160.550.55
HSV57°62°80°
CMYK 0.000.030.62   0.20
XYZ46.471153.775615.1382
Yxy53.77560.40270.4661
Hunter Lab73.3318-15.213639.0928
CIE-Lab78.3307-12.698959.0292

#ccc64e color RGB value is (204,198,78).

#ccc64e hex color red value is 204, green value is 198 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #ccc64e hue: 0.16 , saturation: 0.55 and the lightness value of ccc64e is 0.55.

The process color (four color CMYK) of #ccc64e color hex is 0.00, 0.03, 0.62, 0.20. Web safe color of #ccc64e is #cccc66. Color #ccc64e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000110 01001110
Octal 314 306 116
Decimal 204 198 78
Hex CC C6 4E

RGB Percentages of Color #ccc64e

%42.50
%41.25
%16.25

CMYK Percentages of Color #ccc64e

%0
%3
%62
%20

Triadic Colors of #ccc64e

#ccc64e #4eccc6 #c64ecc

Analogous Colors of #ccc64e

#ccc64e #93cc4e #cc874e

Monochromatic Colors of #ccc64e

#ccc64e

Complementary Color

#ccc64e #4e54cc

#ccc64e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc64e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc64e Color CSS Codes

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

#ccc64e Text Font Color

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

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


#ccc64e Background Color

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

This div background color is #ccc64e


#ccc64e Border Color

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

This div border color is #ccc64e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc64e


Comments

No comments written yet.

Please login to write comment.