Color Hex Logo

#ccc370 Color Hex

#CCC370
(204,195,112)
0 Favorites   0 Comments

Color spaces of #ccc370

RGB 204195112
HSL0.150.470.62
HSV54°45°80°
CMYK 0.000.040.45   0.20
XYZ47.341653.037423.0713
Yxy53.03740.38350.4296
Hunter Lab72.8268-11.411632.1959
CIE-Lab77.8971-8.385542.6574

#ccc370 color RGB value is (204,195,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000011 01110000
Octal 314 303 160
Decimal 204 195 112
Hex CC C3 70

RGB Percentages of Color #ccc370

%39.92
%38.16
%21.92

CMYK Percentages of Color #ccc370

%0
%4
%45
%20

Triadic Colors of #ccc370

#ccc370 #70ccc3 #c370cc

Analogous Colors of #ccc370

#ccc370 #a7cc70 #cc9570

Monochromatic Colors of #ccc370

#ccc370

Complementary Color

#ccc370 #7079cc

#ccc370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc370 Color CSS Codes

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

#ccc370 Text Font Color

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

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


#ccc370 Background Color

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

This div background color is #ccc370


#ccc370 Border Color

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

This div border color is #ccc370


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc370


Comments

No comments written yet.

Please login to write comment.