Color Hex Logo

#ccc980 Color Hex

#CCC980
(204,201,128)
0 Favorites   0 Comments

Color spaces of #ccc980

RGB 204201128
HSL0.160.430.65
HSV58°37°80°
CMYK 0.000.010.37   0.20
XYZ49.684856.169228.6451
Yxy56.16920.36940.4176
Hunter Lab74.9461-12.820929.8011
CIE-Lab79.7100-9.765836.8649

#ccc980 color RGB value is (204,201,128).

#ccc980 hex color red value is 204, green value is 201 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #ccc980 hue: 0.16 , saturation: 0.43 and the lightness value of ccc980 is 0.65.

The process color (four color CMYK) of #ccc980 color hex is 0.00, 0.01, 0.37, 0.20. Web safe color of #ccc980 is #cccc99. Color #ccc980 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001001 10000000
Octal 314 311 200
Decimal 204 201 128
Hex CC C9 80

RGB Percentages of Color #ccc980

%38.27
%37.71
%24.02

CMYK Percentages of Color #ccc980

%0
%1
%37
%20

Triadic Colors of #ccc980

#ccc980 #80ccc9 #c980cc

Analogous Colors of #ccc980

#ccc980 #a9cc80 #cca380

Monochromatic Colors of #ccc980

#ccc980

Complementary Color

#ccc980 #8083cc

#ccc980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc980 Color CSS Codes

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

#ccc980 Text Font Color

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

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


#ccc980 Background Color

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

This div background color is #ccc980


#ccc980 Border Color

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

This div border color is #ccc980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc980


Comments

No comments written yet.

Please login to write comment.