Color Hex Logo

#ccc884 Color Hex

#CCC884
(204,200,132)
0 Favorites   0 Comments

Color spaces of #ccc884

RGB 204200132
HSL0.160.410.66
HSV57°35°80°
CMYK 0.000.020.35   0.20
XYZ49.721055.811929.9820
Yxy55.81190.36690.4119
Hunter Lab74.7074-11.938428.5005
CIE-Lab79.5066-8.791434.5508

#ccc884 color RGB value is (204,200,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001000 10000100
Octal 314 310 204
Decimal 204 200 132
Hex CC C8 84

RGB Percentages of Color #ccc884

%38.06
%37.31
%24.63

CMYK Percentages of Color #ccc884

%0
%2
%35
%20

Triadic Colors of #ccc884

#ccc884 #84ccc8 #c884cc

Analogous Colors of #ccc884

#ccc884 #accc84 #cca484

Monochromatic Colors of #ccc884

#ccc884

Complementary Color

#ccc884 #8488cc

#ccc884 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc884 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc884 Color CSS Codes

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

#ccc884 Text Font Color

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

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


#ccc884 Background Color

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

This div background color is #ccc884


#ccc884 Border Color

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

This div border color is #ccc884


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc884


Comments

No comments written yet.

Please login to write comment.