Color Hex Logo

#ccc384 Color Hex

#CCC384
(204,195,132)
0 Favorites   0 Comments

Color spaces of #ccc384

RGB 204195132
HSL0.150.410.66
HSV53°35°80°
CMYK 0.000.040.35   0.20
XYZ48.581853.533529.6023
Yxy53.53350.36880.4064
Hunter Lab73.1666-9.519527.2286
CIE-Lab78.1889-6.212332.8305

#ccc384 color RGB value is (204,195,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000011 10000100
Octal 314 303 204
Decimal 204 195 132
Hex CC C3 84

RGB Percentages of Color #ccc384

%38.42
%36.72
%24.86

CMYK Percentages of Color #ccc384

%0
%4
%35
%20

Triadic Colors of #ccc384

#ccc384 #84ccc3 #c384cc

Analogous Colors of #ccc384

#ccc384 #b1cc84 #cc9f84

Monochromatic Colors of #ccc384

#ccc384

Complementary Color

#ccc384 #848dcc

#ccc384 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc384 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc384 Color CSS Codes

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

#ccc384 Text Font Color

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

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


#ccc384 Background Color

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

This div background color is #ccc384


#ccc384 Border Color

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

This div border color is #ccc384


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc384


Comments

No comments written yet.

Please login to write comment.