Color Hex Logo

#ccc880 Color Hex

#CCC880
(204,200,128)
0 Favorites   0 Comments

Color spaces of #ccc880

RGB 204200128
HSL0.160.430.65
HSV57°37°80°
CMYK 0.000.020.37   0.20
XYZ49.452455.704428.5677
Yxy55.70440.36980.4166
Hunter Lab74.6354-12.340229.5507
CIE-Lab79.4453-9.253736.5240

#ccc880 color RGB value is (204,200,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001000 10000000
Octal 314 310 200
Decimal 204 200 128
Hex CC C8 80

RGB Percentages of Color #ccc880

%38.35
%37.59
%24.06

CMYK Percentages of Color #ccc880

%0
%2
%37
%20

Triadic Colors of #ccc880

#ccc880 #80ccc8 #c880cc

Analogous Colors of #ccc880

#ccc880 #aacc80 #cca280

Monochromatic Colors of #ccc880

#ccc880

Complementary Color

#ccc880 #8084cc

#ccc880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc880 Color CSS Codes

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

#ccc880 Text Font Color

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

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


#ccc880 Background Color

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

This div background color is #ccc880


#ccc880 Border Color

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

This div border color is #ccc880


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc880


Comments

No comments written yet.

Please login to write comment.