Color Hex Logo

#ccc93c Color Hex

#CCC93C
(204,201,60)
0 Favorites   0 Comments

Color spaces of #ccc93c

RGB 20420160
HSL0.160.590.52
HSV59°71°80°
CMYK 0.000.010.71   0.20
XYZ46.604154.936912.4226
Yxy54.93690.40890.4821
Hunter Lab74.1194-17.473541.9465
CIE-Lab79.0049-15.229566.7995

#ccc93c color RGB value is (204,201,60).

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

The process color (four color CMYK) of #ccc93c color hex is 0.00, 0.01, 0.71, 0.20. Web safe color of #ccc93c is #cccc33. Color #ccc93c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001001 00111100
Octal 314 311 74
Decimal 204 201 60
Hex CC C9 3C

RGB Percentages of Color #ccc93c

%43.87
%43.23
%12.90

CMYK Percentages of Color #ccc93c

%0
%1
%71
%20

Triadic Colors of #ccc93c

#ccc93c #3cccc9 #c93ccc

Analogous Colors of #ccc93c

#ccc93c #87cc3c #cc813c

Monochromatic Colors of #ccc93c

#ccc93c

Complementary Color

#ccc93c #3c3fcc

#ccc93c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc93c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc93c Color CSS Codes

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

#ccc93c Text Font Color

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

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


#ccc93c Background Color

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

This div background color is #ccc93c


#ccc93c Border Color

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

This div border color is #ccc93c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc93c


Comments

No comments written yet.

Please login to write comment.