Color Hex Logo

#ccc32b Color Hex

#CCC32B
(204,195,43)
0 Favorites   0 Comments

Color spaces of #ccc32b

RGB 20419543
HSL0.160.650.48
HSV57°79°80°
CMYK 0.000.040.79   0.20
XYZ44.853052.04209.9666
Yxy52.04200.41970.4870
Hunter Lab72.1401-15.263242.3068
CIE-Lab77.3059-12.907770.7376

#ccc32b color RGB value is (204,195,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000011 00101011
Octal 314 303 53
Decimal 204 195 43
Hex CC C3 2B

RGB Percentages of Color #ccc32b

%46.15
%44.12
%9.73

CMYK Percentages of Color #ccc32b

%0
%4
%79
%20

Triadic Colors of #ccc32b

#ccc32b #2bccc3 #c32bcc

Analogous Colors of #ccc32b

#ccc32b #85cc2b #cc732b

Monochromatic Colors of #ccc32b

#ccc32b

Complementary Color

#ccc32b #2b34cc

#ccc32b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc32b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc32b Color CSS Codes

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

#ccc32b Text Font Color

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

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


#ccc32b Background Color

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

This div background color is #ccc32b


#ccc32b Border Color

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

This div border color is #ccc32b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc32b


Comments

No comments written yet.

Please login to write comment.