Color Hex Logo

#ccc121 Color Hex

#CCC121
(204,193,33)
0 Favorites   0 Comments

Color spaces of #ccc121

RGB 20419333
HSL0.160.720.46
HSV56°84°80°
CMYK 0.000.050.84   0.20
XYZ44.246351.08718.9676
Yxy51.08710.42420.4898
Hunter Lab71.4752-14.582442.5939
CIE-Lab76.7317-12.195872.8657

#ccc121 color RGB value is (204,193,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000001 00100001
Octal 314 301 41
Decimal 204 193 33
Hex CC C1 21

RGB Percentages of Color #ccc121

%47.44
%44.88
%7.67

CMYK Percentages of Color #ccc121

%0
%5
%84
%20

Triadic Colors of #ccc121

#ccc121 #21ccc1 #c121cc

Analogous Colors of #ccc121

#ccc121 #82cc21 #cc6c21

Monochromatic Colors of #ccc121

#ccc121

Complementary Color

#ccc121 #212ccc

#ccc121 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc121 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc121 Color CSS Codes

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

#ccc121 Text Font Color

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

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


#ccc121 Background Color

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

This div background color is #ccc121


#ccc121 Border Color

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

This div border color is #ccc121


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,193,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 #ccc121">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc121


Comments

No comments written yet.

Please login to write comment.