Color Hex Logo

#ccc349 Color Hex

#CCC349
(204,195,73)
0 Favorites   0 Comments

Color spaces of #ccc349

RGB 20419573
HSL0.160.560.54
HSV56°64°80°
CMYK 0.000.040.64   0.20
XYZ45.619552.348614.0032
Yxy52.34860.40740.4675
Hunter Lab72.3523-14.069039.1715
CIE-Lab77.4888-11.491060.2347

#ccc349 color RGB value is (204,195,73).

#ccc349 hex color red value is 204, green value is 195 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #ccc349 hue: 0.16 , saturation: 0.56 and the lightness value of ccc349 is 0.54.

The process color (four color CMYK) of #ccc349 color hex is 0.00, 0.04, 0.64, 0.20. Web safe color of #ccc349 is #cccc33. Color #ccc349 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000011 01001001
Octal 314 303 111
Decimal 204 195 73
Hex CC C3 49

RGB Percentages of Color #ccc349

%43.22
%41.31
%15.47

CMYK Percentages of Color #ccc349

%0
%4
%64
%20

Triadic Colors of #ccc349

#ccc349 #49ccc3 #c349cc

Analogous Colors of #ccc349

#ccc349 #94cc49 #cc8249

Monochromatic Colors of #ccc349

#ccc349

Complementary Color

#ccc349 #4952cc

#ccc349 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc349 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc349 Color CSS Codes

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

#ccc349 Text Font Color

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

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


#ccc349 Background Color

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

This div background color is #ccc349


#ccc349 Border Color

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

This div border color is #ccc349


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc349


Comments

No comments written yet.

Please login to write comment.