Color Hex Logo

#ccc048 Color Hex

#CCC048
(204,192,72)
0 Favorites   0 Comments

Color spaces of #ccc048

RGB 20419272
HSL0.150.560.54
HSV55°65°80°
CMYK 0.000.060.65   0.20
XYZ44.921251.004513.6081
Yxy51.00450.41010.4657
Hunter Lab71.4174-12.704938.6949
CIE-Lab76.6817-10.020059.8017

#ccc048 color RGB value is (204,192,72).

#ccc048 hex color red value is 204, green value is 192 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #ccc048 hue: 0.15 , saturation: 0.56 and the lightness value of ccc048 is 0.54.

The process color (four color CMYK) of #ccc048 color hex is 0.00, 0.06, 0.65, 0.20. Web safe color of #ccc048 is #cccc33. Color #ccc048 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000000 01001000
Octal 314 300 110
Decimal 204 192 72
Hex CC C0 48

RGB Percentages of Color #ccc048

%43.59
%41.03
%15.38

CMYK Percentages of Color #ccc048

%0
%6
%65
%20

Triadic Colors of #ccc048

#ccc048 #48ccc0 #c048cc

Analogous Colors of #ccc048

#ccc048 #96cc48 #cc7e48

Monochromatic Colors of #ccc048

#ccc048

Complementary Color

#ccc048 #4854cc

#ccc048 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc048 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc048 Color CSS Codes

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

#ccc048 Text Font Color

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

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


#ccc048 Background Color

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

This div background color is #ccc048


#ccc048 Border Color

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

This div border color is #ccc048


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc048


Comments

No comments written yet.

Please login to write comment.