Color Hex Logo

#ccc750 Color Hex

#CCC750
(204,199,80)
0 Favorites   0 Comments

Color spaces of #ccc750

RGB 20419980
HSL0.160.550.56
HSV58°61°80°
CMYK 0.000.020.61   0.20
XYZ46.773254.263415.5981
Yxy54.26340.40100.4652
Hunter Lab73.6637-15.571839.0101
CIE-Lab78.6151-13.072958.4807

#ccc750 color RGB value is (204,199,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000111 01010000
Octal 314 307 120
Decimal 204 199 80
Hex CC C7 50

RGB Percentages of Color #ccc750

%42.24
%41.20
%16.56

CMYK Percentages of Color #ccc750

%0
%2
%61
%20

Triadic Colors of #ccc750

#ccc750 #50ccc7 #c750cc

Analogous Colors of #ccc750

#ccc750 #93cc50 #cc8950

Monochromatic Colors of #ccc750

#ccc750

Complementary Color

#ccc750 #5055cc

#ccc750 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc750 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc750 Color CSS Codes

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

#ccc750 Text Font Color

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

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


#ccc750 Background Color

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

This div background color is #ccc750


#ccc750 Border Color

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

This div border color is #ccc750


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc750


Comments

No comments written yet.

Please login to write comment.