Color Hex Logo

#ccc763 Color Hex

#CCC763
(204,199,99)
0 Favorites   0 Comments

Color spaces of #ccc763

RGB 20419999
HSL0.160.510.59
HSV57°51°80°
CMYK 0.000.020.51   0.20
XYZ47.577454.585119.8328
Yxy54.58510.39000.4474
Hunter Lab73.8817-14.344935.8014
CIE-Lab78.8017-11.627750.0795

#ccc763 color RGB value is (204,199,99).

#ccc763 hex color red value is 204, green value is 199 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #ccc763 hue: 0.16 , saturation: 0.51 and the lightness value of ccc763 is 0.59.

The process color (four color CMYK) of #ccc763 color hex is 0.00, 0.02, 0.51, 0.20. Web safe color of #ccc763 is #cccc66. Color #ccc763 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000111 01100011
Octal 314 307 143
Decimal 204 199 99
Hex CC C7 63

RGB Percentages of Color #ccc763

%40.64
%39.64
%19.72

CMYK Percentages of Color #ccc763

%0
%2
%51
%20

Triadic Colors of #ccc763

#ccc763 #63ccc7 #c763cc

Analogous Colors of #ccc763

#ccc763 #9dcc63 #cc9363

Monochromatic Colors of #ccc763

#ccc763

Complementary Color

#ccc763 #6368cc

#ccc763 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc763 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc763 Color CSS Codes

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

#ccc763 Text Font Color

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

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


#ccc763 Background Color

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

This div background color is #ccc763


#ccc763 Border Color

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

This div border color is #ccc763


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc763


Comments

No comments written yet.

Please login to write comment.