Color Hex Logo

#ccc732 Color Hex

#CCC732
(204,199,50)
0 Favorites   0 Comments

Color spaces of #ccc732

RGB 20419950
HSL0.160.610.50
HSV58°75°80°
CMYK 0.000.020.75   0.20
XYZ45.901053.914511.0049
Yxy53.91450.41420.4865
Hunter Lab73.4265-16.910942.5124
CIE-Lab78.4119-14.666169.6171

#ccc732 color RGB value is (204,199,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000111 00110010
Octal 314 307 62
Decimal 204 199 50
Hex CC C7 32

RGB Percentages of Color #ccc732

%45.03
%43.93
%11.04

CMYK Percentages of Color #ccc732

%0
%2
%75
%20

Triadic Colors of #ccc732

#ccc732 #32ccc7 #c732cc

Analogous Colors of #ccc732

#ccc732 #84cc32 #cc7a32

Monochromatic Colors of #ccc732

#ccc732

Complementary Color

#ccc732 #3237cc

#ccc732 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc732 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc732 Color CSS Codes

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

#ccc732 Text Font Color

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

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


#ccc732 Background Color

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

This div background color is #ccc732


#ccc732 Border Color

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

This div border color is #ccc732


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,199,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 #ccc732">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc732


Comments

No comments written yet.

Please login to write comment.