Color Hex Logo

#ccc400 Color Hex

#CCC400
(204,196,0)
0 Favorites   0 Comments

Color spaces of #ccc400

RGB 2041960
HSL0.161.000.40
HSV58°100°80°
CMYK 0.000.041.00   0.20
XYZ44.641852.31727.7454
Yxy52.31720.42640.4997
Hunter Lab72.3306-16.410044.2825
CIE-Lab77.4701-14.227378.2865

#ccc400 color RGB value is (204,196,0).

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

The process color (four color CMYK) of #ccc400 color hex is 0.00, 0.04, 1.00, 0.20. Web safe color of #ccc400 is #cccc00. Color #ccc400 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000100 00000000
Octal 314 304 0
Decimal 204 196 0
Hex CC C4 0

RGB Percentages of Color #ccc400

%51.00
%49.00
%0.00

CMYK Percentages of Color #ccc400

%0
%4
%100
%20

Triadic Colors of #ccc400

#ccc400 #00ccc4 #c400cc

Analogous Colors of #ccc400

#ccc400 #6ecc00 #cc5e00

Monochromatic Colors of #ccc400

#ccc400

Complementary Color

#ccc400 #0008cc

#ccc400 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc400 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc400 Color CSS Codes

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

#ccc400 Text Font Color

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

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


#ccc400 Background Color

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

This div background color is #ccc400


#ccc400 Border Color

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

This div border color is #ccc400


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc400


Comments

No comments written yet.

Please login to write comment.