Color Hex Logo

#ccc943 Color Hex

#CCC943
(204,201,67)
0 Favorites   0 Comments

Color spaces of #ccc943

RGB 20420167
HSL0.160.570.53
HSV59°67°80°
CMYK 0.000.010.67   0.20
XYZ46.801655.015913.4626
Yxy55.01590.40600.4772
Hunter Lab74.1727-17.172041.1596
CIE-Lab79.0504-14.869564.2433

#ccc943 color RGB value is (204,201,67).

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

The process color (four color CMYK) of #ccc943 color hex is 0.00, 0.01, 0.67, 0.20. Web safe color of #ccc943 is #cccc33. Color #ccc943 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001001 01000011
Octal 314 311 103
Decimal 204 201 67
Hex CC C9 43

RGB Percentages of Color #ccc943

%43.22
%42.58
%14.19

CMYK Percentages of Color #ccc943

%0
%1
%67
%20

Triadic Colors of #ccc943

#ccc943 #43ccc9 #c943cc

Analogous Colors of #ccc943

#ccc943 #8bcc43 #cc8543

Monochromatic Colors of #ccc943

#ccc943

Complementary Color

#ccc943 #4346cc

#ccc943 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc943 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc943 Color CSS Codes

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

#ccc943 Text Font Color

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

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


#ccc943 Background Color

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

This div background color is #ccc943


#ccc943 Border Color

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

This div border color is #ccc943


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc943


Comments

No comments written yet.

Please login to write comment.