Color Hex Logo

#ccc305 Color Hex

#CCC305
(204,195,5)
0 Favorites   0 Comments

Color spaces of #ccc305

RGB 2041955
HSL0.160.950.41
HSV57°98°80°
CMYK 0.000.040.98   0.20
XYZ44.444351.87857.8147
Yxy51.87850.42680.4982
Hunter Lab72.0267-15.902843.9859
CIE-Lab77.2081-13.672177.5884

#ccc305 color RGB value is (204,195,5).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000011 00000101
Octal 314 303 5
Decimal 204 195 5
Hex CC C3 5

RGB Percentages of Color #ccc305

%50.50
%48.27
%1.24

CMYK Percentages of Color #ccc305

%0
%4
%98
%20

Triadic Colors of #ccc305

#ccc305 #05ccc3 #c305cc

Analogous Colors of #ccc305

#ccc305 #72cc05 #cc6005

Monochromatic Colors of #ccc305

#ccc305

Complementary Color

#ccc305 #050ecc

#ccc305 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc305 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc305 Color CSS Codes

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

#ccc305 Text Font Color

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

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


#ccc305 Background Color

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

This div background color is #ccc305


#ccc305 Border Color

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

This div border color is #ccc305


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc305


Comments

No comments written yet.

Please login to write comment.