Color Hex Logo

#ccc650 Color Hex

#CCC650
(204,198,80)
0 Favorites   0 Comments

Color spaces of #ccc650

RGB 20419880
HSL0.160.550.56
HSV57°61°80°
CMYK 0.000.030.61   0.20
XYZ46.543953.804715.5216
Yxy53.80470.40170.4644
Hunter Lab73.3517-15.101738.8001
CIE-Lab78.3477-12.566658.1911

#ccc650 color RGB value is (204,198,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000110 01010000
Octal 314 306 120
Decimal 204 198 80
Hex CC C6 50

RGB Percentages of Color #ccc650

%42.32
%41.08
%16.60

CMYK Percentages of Color #ccc650

%0
%3
%61
%20

Triadic Colors of #ccc650

#ccc650 #50ccc6 #c650cc

Analogous Colors of #ccc650

#ccc650 #94cc50 #cc8850

Monochromatic Colors of #ccc650

#ccc650

Complementary Color

#ccc650 #5056cc

#ccc650 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc650 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc650 Color CSS Codes

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

#ccc650 Text Font Color

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

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


#ccc650 Background Color

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

This div background color is #ccc650


#ccc650 Border Color

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

This div border color is #ccc650


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc650


Comments

No comments written yet.

Please login to write comment.