Color Hex Logo

#ccc846 Color Hex

#CCC846
(204,200,70)
0 Favorites   0 Comments

Color spaces of #ccc846

RGB 20420070
HSL0.160.570.54
HSV58°66°80°
CMYK 0.000.020.66   0.20
XYZ46.661654.588113.8716
Yxy54.58810.40530.4742
Hunter Lab73.8838-16.564240.5870
CIE-Lab78.8034-14.198962.8184

#ccc846 color RGB value is (204,200,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001000 01000110
Octal 314 310 106
Decimal 204 200 70
Hex CC C8 46

RGB Percentages of Color #ccc846

%43.04
%42.19
%14.77

CMYK Percentages of Color #ccc846

%0
%2
%66
%20

Triadic Colors of #ccc846

#ccc846 #46ccc8 #c846cc

Analogous Colors of #ccc846

#ccc846 #8dcc46 #cc8546

Monochromatic Colors of #ccc846

#ccc846

Complementary Color

#ccc846 #464acc

#ccc846 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc846 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc846 Color CSS Codes

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

#ccc846 Text Font Color

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

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


#ccc846 Background Color

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

This div background color is #ccc846


#ccc846 Border Color

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

This div border color is #ccc846


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc846


Comments

No comments written yet.

Please login to write comment.