Color Hex Logo

#ccc95f Color Hex

#CCC95F
(204,201,95)
0 Favorites   0 Comments

Color spaces of #ccc95f

RGB 20420195
HSL0.160.520.59
HSV58°53°80°
CMYK 0.000.010.53   0.20
XYZ47.854055.436919.0047
Yxy55.43690.39130.4533
Hunter Lab74.4560-15.573236.9855
CIE-Lab79.2923-12.974452.5257

#ccc95f color RGB value is (204,201,95).

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

The process color (four color CMYK) of #ccc95f color hex is 0.00, 0.01, 0.53, 0.20. Web safe color of #ccc95f is #cccc66. Color #ccc95f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001001 01011111
Octal 314 311 137
Decimal 204 201 95
Hex CC C9 5F

RGB Percentages of Color #ccc95f

%40.80
%40.20
%19.00

CMYK Percentages of Color #ccc95f

%0
%1
%53
%20

Triadic Colors of #ccc95f

#ccc95f #5fccc9 #c95fcc

Analogous Colors of #ccc95f

#ccc95f #99cc5f #cc935f

Monochromatic Colors of #ccc95f

#ccc95f

Complementary Color

#ccc95f #5f62cc

#ccc95f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc95f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc95f Color CSS Codes

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

#ccc95f Text Font Color

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

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


#ccc95f Background Color

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

This div background color is #ccc95f


#ccc95f Border Color

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

This div border color is #ccc95f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc95f


Comments

No comments written yet.

Please login to write comment.