Color Hex Logo

#ccc440 Color Hex

#CCC440
(204,196,64)
0 Favorites   0 Comments

Color spaces of #ccc440

RGB 20419664
HSL0.160.580.53
HSV57°69°80°
CMYK 0.000.040.69   0.20
XYZ45.567252.687412.6185
Yxy52.68740.41100.4752
Hunter Lab72.5861-14.969140.5032
CIE-Lab77.6901-12.508264.0253

#ccc440 color RGB value is (204,196,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000100 01000000
Octal 314 304 100
Decimal 204 196 64
Hex CC C4 40

RGB Percentages of Color #ccc440

%43.97
%42.24
%13.79

CMYK Percentages of Color #ccc440

%0
%4
%69
%20

Triadic Colors of #ccc440

#ccc440 #40ccc4 #c440cc

Analogous Colors of #ccc440

#ccc440 #8ecc40 #cc7e40

Monochromatic Colors of #ccc440

#ccc440

Complementary Color

#ccc440 #4048cc

#ccc440 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc440 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc440 Color CSS Codes

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

#ccc440 Text Font Color

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

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


#ccc440 Background Color

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

This div background color is #ccc440


#ccc440 Border Color

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

This div border color is #ccc440


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc440


Comments

No comments written yet.

Please login to write comment.