Color Hex Logo

#ccc280 Color Hex

#CCC280
(204,194,128)
0 Favorites   0 Comments

Color spaces of #ccc280

RGB 204194128
HSL0.140.430.65
HSV52°37°80°
CMYK 0.000.050.37   0.20
XYZ48.089952.979528.1135
Yxy52.97950.37230.4101
Hunter Lab72.7870-9.443528.0505
CIE-Lab77.8629-6.160834.4779

#ccc280 color RGB value is (204,194,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000010 10000000
Octal 314 302 200
Decimal 204 194 128
Hex CC C2 80

RGB Percentages of Color #ccc280

%38.78
%36.88
%24.33

CMYK Percentages of Color #ccc280

%0
%5
%37
%20

Triadic Colors of #ccc280

#ccc280 #80ccc2 #c280cc

Analogous Colors of #ccc280

#ccc280 #b0cc80 #cc9c80

Monochromatic Colors of #ccc280

#ccc280

Complementary Color

#ccc280 #808acc

#ccc280 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc280 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc280 Color CSS Codes

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

#ccc280 Text Font Color

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

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


#ccc280 Background Color

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

This div background color is #ccc280


#ccc280 Border Color

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

This div border color is #ccc280


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc280


Comments

No comments written yet.

Please login to write comment.