Color Hex Logo

#ccc270 Color Hex

#CCC270
(204,194,112)
0 Favorites   0 Comments

Color spaces of #ccc270

RGB 204194112
HSL0.150.470.62
HSV53°45°80°
CMYK 0.000.050.45   0.20
XYZ47.118352.590822.9969
Yxy52.59080.38400.4286
Hunter Lab72.5195-10.931931.9620
CIE-Lab77.6328-7.870442.3300

#ccc270 color RGB value is (204,194,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000010 01110000
Octal 314 302 160
Decimal 204 194 112
Hex CC C2 70

RGB Percentages of Color #ccc270

%40.00
%38.04
%21.96

CMYK Percentages of Color #ccc270

%0
%5
%45
%20

Triadic Colors of #ccc270

#ccc270 #70ccc2 #c270cc

Analogous Colors of #ccc270

#ccc270 #a8cc70 #cc9470

Monochromatic Colors of #ccc270

#ccc270

Complementary Color

#ccc270 #707acc

#ccc270 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc270 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc270 Color CSS Codes

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

#ccc270 Text Font Color

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

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


#ccc270 Background Color

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

This div background color is #ccc270


#ccc270 Border Color

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

This div border color is #ccc270


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc270


Comments

No comments written yet.

Please login to write comment.