Color Hex Logo

#ccc348 Color Hex

#CCC348
(204,195,72)
0 Favorites   0 Comments

Color spaces of #ccc348

RGB 20419572
HSL0.160.560.54
HSV56°65°80°
CMYK 0.000.040.65   0.20
XYZ45.586652.335513.8300
Yxy52.33550.40790.4683
Hunter Lab72.3433-14.120239.3057
CIE-Lab77.4810-11.551660.6392

#ccc348 color RGB value is (204,195,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000011 01001000
Octal 314 303 110
Decimal 204 195 72
Hex CC C3 48

RGB Percentages of Color #ccc348

%43.31
%41.40
%15.29

CMYK Percentages of Color #ccc348

%0
%4
%65
%20

Triadic Colors of #ccc348

#ccc348 #48ccc3 #c348cc

Analogous Colors of #ccc348

#ccc348 #93cc48 #cc8148

Monochromatic Colors of #ccc348

#ccc348

Complementary Color

#ccc348 #4851cc

#ccc348 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc348 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc348 Color CSS Codes

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

#ccc348 Text Font Color

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

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


#ccc348 Background Color

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

This div background color is #ccc348


#ccc348 Border Color

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

This div border color is #ccc348


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc348


Comments

No comments written yet.

Please login to write comment.