Color Hex Logo

#ccc313 Color Hex

#CCC313
(204,195,19)
0 Favorites   0 Comments

Color spaces of #ccc313

RGB 20419519
HSL0.160.830.44
HSV57°91°80°
CMYK 0.000.040.91   0.20
XYZ44.534551.91468.2894
Yxy51.91460.42520.4957
Hunter Lab72.0518-15.761543.6151
CIE-Lab77.2297-13.502975.9757

#ccc313 color RGB value is (204,195,19).

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

The process color (four color CMYK) of #ccc313 color hex is 0.00, 0.04, 0.91, 0.20. Web safe color of #ccc313 is #cccc00. Color #ccc313 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000011 00010011
Octal 314 303 23
Decimal 204 195 19
Hex CC C3 13

RGB Percentages of Color #ccc313

%48.80
%46.65
%4.55

CMYK Percentages of Color #ccc313

%0
%4
%91
%20

Triadic Colors of #ccc313

#ccc313 #13ccc3 #c313cc

Analogous Colors of #ccc313

#ccc313 #79cc13 #cc6713

Monochromatic Colors of #ccc313

#ccc313

Complementary Color

#ccc313 #131ccc

#ccc313 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc313 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc313 Color CSS Codes

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

#ccc313 Text Font Color

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

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


#ccc313 Background Color

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

This div background color is #ccc313


#ccc313 Border Color

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

This div border color is #ccc313


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc313


Comments

No comments written yet.

Please login to write comment.