Color Hex Logo

#ccc309 Color Hex

#CCC309
(204,195,9)
1 Favorites   0 Comments

Color spaces of #ccc309

RGB 2041959
HSL0.160.920.42
HSV57°96°80°
CMYK 0.000.040.96   0.20
XYZ44.466351.88737.9301
Yxy51.88730.42640.4976
Hunter Lab72.0328-15.868443.8957
CIE-Lab77.2134-13.630877.1904

#ccc309 color RGB value is (204,195,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000011 00001001
Octal 314 303 11
Decimal 204 195 9
Hex CC C3 9

RGB Percentages of Color #ccc309

%50.00
%47.79
%2.21

CMYK Percentages of Color #ccc309

%0
%4
%96
%20

Triadic Colors of #ccc309

#ccc309 #09ccc3 #c309cc

Analogous Colors of #ccc309

#ccc309 #74cc09 #cc6209

Monochromatic Colors of #ccc309

#ccc309

Complementary Color

#ccc309 #0912cc

#ccc309 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc309 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc309 Color CSS Codes

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

#ccc309 Text Font Color

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

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


#ccc309 Background Color

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

This div background color is #ccc309


#ccc309 Border Color

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

This div border color is #ccc309


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc309


Comments

No comments written yet.

Please login to write comment.