Color Hex Logo

#ccc655 Color Hex

#CCC655
(204,198,85)
0 Favorites   0 Comments

Color spaces of #ccc655

RGB 20419885
HSL0.160.540.57
HSV57°58°80°
CMYK 0.000.030.58   0.20
XYZ46.735653.881416.5313
Yxy53.88140.39890.4599
Hunter Lab73.4040-14.807738.0301
CIE-Lab78.3925-12.219556.0504

#ccc655 color RGB value is (204,198,85).

#ccc655 hex color red value is 204, green value is 198 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #ccc655 hue: 0.16 , saturation: 0.54 and the lightness value of ccc655 is 0.57.

The process color (four color CMYK) of #ccc655 color hex is 0.00, 0.03, 0.58, 0.20. Web safe color of #ccc655 is #cccc66. Color #ccc655 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000110 01010101
Octal 314 306 125
Decimal 204 198 85
Hex CC C6 55

RGB Percentages of Color #ccc655

%41.89
%40.66
%17.45

CMYK Percentages of Color #ccc655

%0
%3
%58
%20

Triadic Colors of #ccc655

#ccc655 #55ccc6 #c655cc

Analogous Colors of #ccc655

#ccc655 #97cc55 #cc8b55

Monochromatic Colors of #ccc655

#ccc655

Complementary Color

#ccc655 #555bcc

#ccc655 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc655 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc655 Color CSS Codes

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

#ccc655 Text Font Color

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

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


#ccc655 Background Color

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

This div background color is #ccc655


#ccc655 Border Color

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

This div border color is #ccc655


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc655


Comments

No comments written yet.

Please login to write comment.