Color Hex Logo

#ccc501 Color Hex

#CCC501
(204,197,1)
0 Favorites   0 Comments

Color spaces of #ccc501

RGB 2041971
HSL0.160.990.40
HSV58°100°80°
CMYK 0.000.031.00   0.20
XYZ44.873652.77217.8497
Yxy52.77210.42540.5002
Hunter Lab72.6444-16.865444.4444
CIE-Lab77.7403-14.720178.3820

#ccc501 color RGB value is (204,197,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000101 00000001
Octal 314 305 1
Decimal 204 197 1
Hex CC C5 1

RGB Percentages of Color #ccc501

%50.75
%49.00
%0.25

CMYK Percentages of Color #ccc501

%0
%3
%100
%20

Triadic Colors of #ccc501

#ccc501 #01ccc5 #c501cc

Analogous Colors of #ccc501

#ccc501 #6ecc01 #cc6001

Monochromatic Colors of #ccc501

#ccc501

Complementary Color

#ccc501 #0108cc

#ccc501 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc501 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc501 Color CSS Codes

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

#ccc501 Text Font Color

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

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


#ccc501 Background Color

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

This div background color is #ccc501


#ccc501 Border Color

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

This div border color is #ccc501


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc501


Comments

No comments written yet.

Please login to write comment.