Color Hex Logo

#ccc721 Color Hex

#CCC721
(204,199,33)
0 Favorites   0 Comments

Color spaces of #ccc721

RGB 20419933
HSL0.160.720.46
HSV58°84°80°
CMYK 0.000.020.84   0.20
XYZ45.599853.79409.4188
Yxy53.79400.41910.4944
Hunter Lab73.3444-17.375443.7271
CIE-Lab78.3415-15.222674.2055

#ccc721 color RGB value is (204,199,33).

#ccc721 hex color red value is 204, green value is 199 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #ccc721 hue: 0.16 , saturation: 0.72 and the lightness value of ccc721 is 0.46.

The process color (four color CMYK) of #ccc721 color hex is 0.00, 0.02, 0.84, 0.20. Web safe color of #ccc721 is #cccc33. Color #ccc721 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000111 00100001
Octal 314 307 41
Decimal 204 199 33
Hex CC C7 21

RGB Percentages of Color #ccc721

%46.79
%45.64
%7.57

CMYK Percentages of Color #ccc721

%0
%2
%84
%20

Triadic Colors of #ccc721

#ccc721 #21ccc7 #c721cc

Analogous Colors of #ccc721

#ccc721 #7ccc21 #cc7221

Monochromatic Colors of #ccc721

#ccc721

Complementary Color

#ccc721 #2126cc

#ccc721 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc721 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc721 Color CSS Codes

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

#ccc721 Text Font Color

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

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


#ccc721 Background Color

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

This div background color is #ccc721


#ccc721 Border Color

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

This div border color is #ccc721


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc721


Comments

No comments written yet.

Please login to write comment.