Color Hex Logo

#ccc944 Color Hex

#CCC944
(204,201,68)
0 Favorites   0 Comments

Color spaces of #ccc944

RGB 20420168
HSL0.160.570.53
HSV59°67°80°
CMYK 0.000.010.67   0.20
XYZ46.831955.028013.6220
Yxy55.02800.40550.4765
Hunter Lab74.1809-17.125841.0390
CIE-Lab79.0574-14.814463.8636

#ccc944 color RGB value is (204,201,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001001 01000100
Octal 314 311 104
Decimal 204 201 68
Hex CC C9 44

RGB Percentages of Color #ccc944

%43.13
%42.49
%14.38

CMYK Percentages of Color #ccc944

%0
%1
%67
%20

Triadic Colors of #ccc944

#ccc944 #44ccc9 #c944cc

Analogous Colors of #ccc944

#ccc944 #8bcc44 #cc8544

Monochromatic Colors of #ccc944

#ccc944

Complementary Color

#ccc944 #4447cc

#ccc944 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc944 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc944 Color CSS Codes

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

#ccc944 Text Font Color

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

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


#ccc944 Background Color

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

This div background color is #ccc944


#ccc944 Border Color

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

This div border color is #ccc944


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc944


Comments

No comments written yet.

Please login to write comment.