Color Hex Logo

#ccc33b Color Hex

#CCC33B
(204,195,59)
0 Favorites   0 Comments

Color spaces of #ccc33b

RGB 20419559
HSL0.160.590.52
HSV56°71°80°
CMYK 0.000.040.71   0.20
XYZ45.206452.183311.8274
Yxy52.18330.41390.4778
Hunter Lab72.2380-14.711640.8592
CIE-Lab77.3903-12.251765.5904

#ccc33b color RGB value is (204,195,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000011 00111011
Octal 314 303 73
Decimal 204 195 59
Hex CC C3 3B

RGB Percentages of Color #ccc33b

%44.54
%42.58
%12.88

CMYK Percentages of Color #ccc33b

%0
%4
%71
%20

Triadic Colors of #ccc33b

#ccc33b #3bccc3 #c33bcc

Analogous Colors of #ccc33b

#ccc33b #8dcc3b #cc7b3b

Monochromatic Colors of #ccc33b

#ccc33b

Complementary Color

#ccc33b #3b44cc

#ccc33b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc33b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc33b Color CSS Codes

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

#ccc33b Text Font Color

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

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


#ccc33b Background Color

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

This div background color is #ccc33b


#ccc33b Border Color

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

This div border color is #ccc33b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc33b


Comments

No comments written yet.

Please login to write comment.