Color Hex Logo

#ccc470 Color Hex

#CCC470
(204,196,112)
0 Favorites   0 Comments

Color spaces of #ccc470

RGB 204196112
HSL0.150.470.62
HSV55°45°80°
CMYK 0.000.040.45   0.20
XYZ47.566453.487123.1463
Yxy53.48710.38300.4307
Hunter Lab73.1349-11.890932.4298
CIE-Lab78.1617-8.899842.9846

#ccc470 color RGB value is (204,196,112).

#ccc470 hex color red value is 204, green value is 196 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #ccc470 hue: 0.15 , saturation: 0.47 and the lightness value of ccc470 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000100 01110000
Octal 314 304 160
Decimal 204 196 112
Hex CC C4 70

RGB Percentages of Color #ccc470

%39.84
%38.28
%21.88

CMYK Percentages of Color #ccc470

%0
%4
%45
%20

Triadic Colors of #ccc470

#ccc470 #70ccc4 #c470cc

Analogous Colors of #ccc470

#ccc470 #a6cc70 #cc9670

Monochromatic Colors of #ccc470

#ccc470

Complementary Color

#ccc470 #7078cc

#ccc470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc470 Color CSS Codes

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

#ccc470 Text Font Color

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

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


#ccc470 Background Color

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

This div background color is #ccc470


#ccc470 Border Color

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

This div border color is #ccc470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc470


Comments

No comments written yet.

Please login to write comment.