Color Hex Logo

#ccc870 Color Hex

#CCC870
(204,200,112)
0 Favorites   0 Comments

Color spaces of #ccc870

RGB 204200112
HSL0.160.470.62
HSV57°45°80°
CMYK 0.000.020.45   0.20
XYZ48.480755.315823.4510
Yxy55.31580.38100.4347
Hunter Lab74.3746-13.801233.3675
CIE-Lab79.2228-10.946244.2926

#ccc870 color RGB value is (204,200,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001000 01110000
Octal 314 310 160
Decimal 204 200 112
Hex CC C8 70

RGB Percentages of Color #ccc870

%39.53
%38.76
%21.71

CMYK Percentages of Color #ccc870

%0
%2
%45
%20

Triadic Colors of #ccc870

#ccc870 #70ccc8 #c870cc

Analogous Colors of #ccc870

#ccc870 #a2cc70 #cc9a70

Monochromatic Colors of #ccc870

#ccc870

Complementary Color

#ccc870 #7074cc

#ccc870 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc870 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc870 Color CSS Codes

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

#ccc870 Text Font Color

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

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


#ccc870 Background Color

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

This div background color is #ccc870


#ccc870 Border Color

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

This div border color is #ccc870


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc870


Comments

No comments written yet.

Please login to write comment.