Color Hex Logo

#ccc080 Color Hex

#CCC080
(204,192,128)
1 Favorites   0 Comments

Color spaces of #ccc080

RGB 204192128
HSL0.140.430.65
HSV51°37°80°
CMYK 0.000.060.37   0.20
XYZ47.647852.095227.9661
Yxy52.09520.37310.4079
Hunter Lab72.1770-8.472627.5511
CIE-Lab77.3377-5.121833.7954

#ccc080 color RGB value is (204,192,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000000 10000000
Octal 314 300 200
Decimal 204 192 128
Hex CC C0 80

RGB Percentages of Color #ccc080

%38.93
%36.64
%24.43

CMYK Percentages of Color #ccc080

%0
%6
%37
%20

Triadic Colors of #ccc080

#ccc080 #80ccc0 #c080cc

Analogous Colors of #ccc080

#ccc080 #b2cc80 #cc9a80

Monochromatic Colors of #ccc080

#ccc080

Complementary Color

#ccc080 #808ccc

#ccc080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc080 Color CSS Codes

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

#ccc080 Text Font Color

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

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


#ccc080 Background Color

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

This div background color is #ccc080


#ccc080 Border Color

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

This div border color is #ccc080


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,192,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 #ccc080">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc080


Comments

No comments written yet.

Please login to write comment.