Color Hex Logo

#ccc364 Color Hex

#CCC364
(204,195,100)
0 Favorites   0 Comments

Color spaces of #ccc364

RGB 204195100
HSL0.150.500.60
HSV55°51°80°
CMYK 0.000.040.51   0.20
XYZ46.717252.787719.7834
Yxy52.78770.39160.4425
Hunter Lab72.6551-12.371134.7144
CIE-Lab77.7495-9.499548.3596

#ccc364 color RGB value is (204,195,100).

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

The process color (four color CMYK) of #ccc364 color hex is 0.00, 0.04, 0.51, 0.20. Web safe color of #ccc364 is #cccc66. Color #ccc364 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000011 01100100
Octal 314 303 144
Decimal 204 195 100
Hex CC C3 64

RGB Percentages of Color #ccc364

%40.88
%39.08
%20.04

CMYK Percentages of Color #ccc364

%0
%4
%51
%20

Triadic Colors of #ccc364

#ccc364 #64ccc3 #c364cc

Analogous Colors of #ccc364

#ccc364 #a1cc64 #cc8f64

Monochromatic Colors of #ccc364

#ccc364

Complementary Color

#ccc364 #646dcc

#ccc364 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc364 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc364 Color CSS Codes

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

#ccc364 Text Font Color

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

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


#ccc364 Background Color

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

This div background color is #ccc364


#ccc364 Border Color

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

This div border color is #ccc364


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc364


Comments

No comments written yet.

Please login to write comment.