Color Hex Logo

#ccc333 Color Hex

#CCC333
(204,195,51)
1 Favorites   0 Comments

Color spaces of #ccc333

RGB 20419551
HSL0.160.600.50
HSV56°75°80°
CMYK 0.000.040.75   0.20
XYZ45.014552.106610.8170
Yxy52.10660.41700.4827
Hunter Lab72.1849-15.011041.6447
CIE-Lab77.3445-12.607468.3102

#ccc333 color RGB value is (204,195,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000011 00110011
Octal 314 303 63
Decimal 204 195 51
Hex CC C3 33

RGB Percentages of Color #ccc333

%45.33
%43.33
%11.33

CMYK Percentages of Color #ccc333

%0
%4
%75
%20

Triadic Colors of #ccc333

#ccc333 #33ccc3 #c333cc

Analogous Colors of #ccc333

#ccc333 #89cc33 #cc7733

Monochromatic Colors of #ccc333

#ccc333

Complementary Color

#ccc333 #333ccc

#ccc333 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc333 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc333 Color CSS Codes

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

#ccc333 Text Font Color

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

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


#ccc333 Background Color

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

This div background color is #ccc333


#ccc333 Border Color

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

This div border color is #ccc333


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc333

#ccc333 Color Palettes


Comments

No comments written yet.

Please login to write comment.