Color Hex Logo

#ccc93f Color Hex

#CCC93F
(204,201,63)
0 Favorites   0 Comments

Color spaces of #ccc93f

RGB 20420163
HSL0.160.580.52
HSV59°69°80°
CMYK 0.000.010.69   0.20
XYZ46.685754.969512.8522
Yxy54.96950.40770.4801
Hunter Lab74.1414-17.348841.6212
CIE-Lab79.0237-15.080565.7264

#ccc93f color RGB value is (204,201,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001001 00111111
Octal 314 311 77
Decimal 204 201 63
Hex CC C9 3F

RGB Percentages of Color #ccc93f

%43.59
%42.95
%13.46

CMYK Percentages of Color #ccc93f

%0
%1
%69
%20

Triadic Colors of #ccc93f

#ccc93f #3fccc9 #c93fcc

Analogous Colors of #ccc93f

#ccc93f #89cc3f #cc833f

Monochromatic Colors of #ccc93f

#ccc93f

Complementary Color

#ccc93f #3f42cc

#ccc93f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc93f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc93f Color CSS Codes

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

#ccc93f Text Font Color

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

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


#ccc93f Background Color

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

This div background color is #ccc93f


#ccc93f Border Color

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

This div border color is #ccc93f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc93f


Comments

No comments written yet.

Please login to write comment.