Color Hex Logo

#ccc666 Color Hex

#CCC666
(204,198,102)
1 Favorites   0 Comments

Color spaces of #ccc666

RGB 204198102
HSL0.160.500.60
HSV56°50°80°
CMYK 0.000.030.50   0.20
XYZ47.494254.184820.5259
Yxy54.18480.38860.4434
Hunter Lab73.6103-13.647934.9945
CIE-Lab78.5694-10.857948.3734

#ccc666 color RGB value is (204,198,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000110 01100110
Octal 314 306 146
Decimal 204 198 102
Hex CC C6 66

RGB Percentages of Color #ccc666

%40.48
%39.29
%20.24

CMYK Percentages of Color #ccc666

%0
%3
%50
%20

Triadic Colors of #ccc666

#ccc666 #66ccc6 #c666cc

Analogous Colors of #ccc666

#ccc666 #9fcc66 #cc9366

Monochromatic Colors of #ccc666

#ccc666

Complementary Color

#ccc666 #666ccc

#ccc666 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc666 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc666 Color CSS Codes

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

#ccc666 Text Font Color

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

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


#ccc666 Background Color

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

This div background color is #ccc666


#ccc666 Border Color

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

This div border color is #ccc666


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc666


Comments

No comments written yet.

Please login to write comment.