Color Hex Logo

#ccc366 Color Hex

#CCC366
(204,195,102)
0 Favorites   0 Comments

Color spaces of #ccc366

RGB 204195102
HSL0.150.500.60
HSV55°50°80°
CMYK 0.000.040.50   0.20
XYZ46.815252.826920.2996
Yxy52.82690.39030.4404
Hunter Lab72.6821-12.220334.3182
CIE-Lab77.7727-9.323847.4228

#ccc366 color RGB value is (204,195,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000011 01100110
Octal 314 303 146
Decimal 204 195 102
Hex CC C3 66

RGB Percentages of Color #ccc366

%40.72
%38.92
%20.36

CMYK Percentages of Color #ccc366

%0
%4
%50
%20

Triadic Colors of #ccc366

#ccc366 #66ccc3 #c366cc

Analogous Colors of #ccc366

#ccc366 #a2cc66 #cc9066

Monochromatic Colors of #ccc366

#ccc366

Complementary Color

#ccc366 #666fcc

#ccc366 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc366 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc366 Color CSS Codes

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

#ccc366 Text Font Color

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

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


#ccc366 Background Color

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

This div background color is #ccc366


#ccc366 Border Color

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

This div border color is #ccc366


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc366


Comments

No comments written yet.

Please login to write comment.