Color Hex Logo

#ccc332 Color Hex

#CCC332
(204,195,50)
0 Favorites   0 Comments

Color spaces of #ccc332

RGB 20419550
HSL0.160.610.50
HSV56°75°80°
CMYK 0.000.040.75   0.20
XYZ44.992752.097910.7021
Yxy52.09790.41740.4833
Hunter Lab72.1789-15.045141.7342
CIE-Lab77.3393-12.647968.6303

#ccc332 color RGB value is (204,195,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000011 00110010
Octal 314 303 62
Decimal 204 195 50
Hex CC C3 32

RGB Percentages of Color #ccc332

%45.43
%43.43
%11.14

CMYK Percentages of Color #ccc332

%0
%4
%75
%20

Triadic Colors of #ccc332

#ccc332 #32ccc3 #c332cc

Analogous Colors of #ccc332

#ccc332 #88cc32 #cc7632

Monochromatic Colors of #ccc332

#ccc332

Complementary Color

#ccc332 #323bcc

#ccc332 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc332 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc332 Color CSS Codes

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

#ccc332 Text Font Color

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

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


#ccc332 Background Color

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

This div background color is #ccc332


#ccc332 Border Color

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

This div border color is #ccc332


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc332


Comments

No comments written yet.

Please login to write comment.