Color Hex Logo

#ccc178 Color Hex

#CCC178
(204,193,120)
0 Favorites   0 Comments

Color spaces of #ccc178

RGB 204193120
HSL0.140.450.64
HSV52°41°80°
CMYK 0.000.050.41   0.20
XYZ47.362052.333425.3744
Yxy52.33340.37870.4184
Hunter Lab72.3418-9.734729.8429
CIE-Lab77.4798-6.529838.0955

#ccc178 color RGB value is (204,193,120).

#ccc178 hex color red value is 204, green value is 193 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #ccc178 hue: 0.14 , saturation: 0.45 and the lightness value of ccc178 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000001 01111000
Octal 314 301 170
Decimal 204 193 120
Hex CC C1 78

RGB Percentages of Color #ccc178

%39.46
%37.33
%23.21

CMYK Percentages of Color #ccc178

%0
%5
%41
%20

Triadic Colors of #ccc178

#ccc178 #78ccc1 #c178cc

Analogous Colors of #ccc178

#ccc178 #adcc78 #cc9778

Monochromatic Colors of #ccc178

#ccc178

Complementary Color

#ccc178 #7883cc

#ccc178 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc178 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc178 Color CSS Codes

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

#ccc178 Text Font Color

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

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


#ccc178 Background Color

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

This div background color is #ccc178


#ccc178 Border Color

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

This div border color is #ccc178


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc178


Comments

No comments written yet.

Please login to write comment.