Color Hex Logo

#ccc166 Color Hex

#CCC166
(204,193,102)
0 Favorites   0 Comments

Color spaces of #ccc166

RGB 204193102
HSL0.150.500.60
HSV54°50°80°
CMYK 0.000.050.50   0.20
XYZ46.370151.936620.1512
Yxy51.93660.39140.4384
Hunter Lab72.0671-11.265133.8684
CIE-Lab77.2429-8.295746.7885

#ccc166 color RGB value is (204,193,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000001 01100110
Octal 314 301 146
Decimal 204 193 102
Hex CC C1 66

RGB Percentages of Color #ccc166

%40.88
%38.68
%20.44

CMYK Percentages of Color #ccc166

%0
%5
%50
%20

Triadic Colors of #ccc166

#ccc166 #66ccc1 #c166cc

Analogous Colors of #ccc166

#ccc166 #a4cc66 #cc8e66

Monochromatic Colors of #ccc166

#ccc166

Complementary Color

#ccc166 #6671cc

#ccc166 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc166 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc166 Color CSS Codes

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

#ccc166 Text Font Color

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

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


#ccc166 Background Color

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

This div background color is #ccc166


#ccc166 Border Color

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

This div border color is #ccc166


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc166


Comments

No comments written yet.

Please login to write comment.