Color Hex Logo

#cca432 Color Hex

#CCA432
(204,164,50)
0 Favorites   0 Comments

Color spaces of #cca432

RGB 20416450
HSL0.120.610.50
HSV44°75°80°
CMYK 0.000.200.75   0.20
XYZ38.753039.61868.6223
Yxy39.61860.44550.4554
Hunter Lab62.9433-0.251735.9385
CIE-Lab69.19703.531061.0063

#cca432 color RGB value is (204,164,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100100 00110010
Octal 314 244 62
Decimal 204 164 50
Hex CC A4 32

RGB Percentages of Color #cca432

%48.80
%39.23
%11.96

CMYK Percentages of Color #cca432

%0
%20
%75
%20

Triadic Colors of #cca432

#cca432 #32cca4 #a432cc

Analogous Colors of #cca432

#cca432 #a7cc32 #cc5732

Monochromatic Colors of #cca432

#cca432

Complementary Color

#cca432 #325acc

#cca432 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca432 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca432 Color CSS Codes

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

#cca432 Text Font Color

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

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


#cca432 Background Color

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

This div background color is #cca432


#cca432 Border Color

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

This div border color is #cca432


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca432


Comments

No comments written yet.

Please login to write comment.