Color Hex Logo

#ccc180 Color Hex

#CCC180
(204,193,128)
0 Favorites   0 Comments

Color spaces of #ccc180

RGB 204193128
HSL0.140.430.65
HSV51°37°80°
CMYK 0.000.050.37   0.20
XYZ47.868152.535828.0396
Yxy52.53580.37270.4090
Hunter Lab72.4816-8.958327.8007
CIE-Lab77.6001-5.641734.1365

#ccc180 color RGB value is (204,193,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000001 10000000
Octal 314 301 200
Decimal 204 193 128
Hex CC C1 80

RGB Percentages of Color #ccc180

%38.86
%36.76
%24.38

CMYK Percentages of Color #ccc180

%0
%5
%37
%20

Triadic Colors of #ccc180

#ccc180 #80ccc1 #c180cc

Analogous Colors of #ccc180

#ccc180 #b1cc80 #cc9b80

Monochromatic Colors of #ccc180

#ccc180

Complementary Color

#ccc180 #808bcc

#ccc180 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc180 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc180 Color CSS Codes

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

#ccc180 Text Font Color

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

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


#ccc180 Background Color

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

This div background color is #ccc180


#ccc180 Border Color

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

This div border color is #ccc180


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc180


Comments

No comments written yet.

Please login to write comment.