Color Hex Logo

#c4a432 Color Hex

#C4A432
(196,164,50)
0 Favorites   0 Comments

Color spaces of #c4a432

RGB 19616450
HSL0.130.590.48
HSV47°74°77°
CMYK 0.000.160.74   0.23
XYZ36.616138.51708.5223
Yxy38.51700.43770.4604
Hunter Lab62.0621-3.295135.3018
CIE-Lab68.39990.022759.9654

#c4a432 color RGB value is (196,164,50).

#c4a432 hex color red value is 196, green value is 164 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #c4a432 hue: 0.13 , saturation: 0.59 and the lightness value of c4a432 is 0.48.

The process color (four color CMYK) of #c4a432 color hex is 0.00, 0.16, 0.74, 0.23. Web safe color of #c4a432 is #cc9933. Color #c4a432 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10100100 00110010
Octal 304 244 62
Decimal 196 164 50
Hex C4 A4 32

RGB Percentages of Color #c4a432

%47.80
%40.00
%12.20

CMYK Percentages of Color #c4a432

%0
%16
%74
%23

Triadic Colors of #c4a432

#c4a432 #32c4a4 #a432c4

Analogous Colors of #c4a432

#c4a432 #9bc432 #c45b32

Monochromatic Colors of #c4a432

#c4a432

Complementary Color

#c4a432 #3252c4

#c4a432 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4a432 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4a432 Color CSS Codes

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

#c4a432 Text Font Color

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

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


#c4a432 Background Color

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

This div background color is #c4a432


#c4a432 Border Color

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

This div border color is #c4a432


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4a432


Comments

No comments written yet.

Please login to write comment.