Color Hex Logo

#c4af2e Color Hex

#C4AF2E
(196,175,46)
0 Favorites   0 Comments

Color spaces of #c4af2e

RGB 19617546
HSL0.140.620.47
HSV52°77°77°
CMYK 0.000.110.77   0.23
XYZ38.588142.59308.7722
Yxy42.59300.42900.4735
Hunter Lab65.2633-8.669537.7150
CIE-Lab71.2779-5.964864.0991

#c4af2e color RGB value is (196,175,46).

#c4af2e hex color red value is 196, green value is 175 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #c4af2e hue: 0.14 , saturation: 0.62 and the lightness value of c4af2e is 0.47.

The process color (four color CMYK) of #c4af2e color hex is 0.00, 0.11, 0.77, 0.23. Web safe color of #c4af2e is #cc9933. Color #c4af2e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10101111 00101110
Octal 304 257 56
Decimal 196 175 46
Hex C4 AF 2E

RGB Percentages of Color #c4af2e

%47.00
%41.97
%11.03

CMYK Percentages of Color #c4af2e

%0
%11
%77
%23

Triadic Colors of #c4af2e

#c4af2e #2ec4af #af2ec4

Analogous Colors of #c4af2e

#c4af2e #8ec42e #c4642e

Monochromatic Colors of #c4af2e

#c4af2e

Complementary Color

#c4af2e #2e43c4

#c4af2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4af2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4af2e Color CSS Codes

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

#c4af2e Text Font Color

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

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


#c4af2e Background Color

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

This div background color is #c4af2e


#c4af2e Border Color

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

This div border color is #c4af2e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,175,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4af2e


Comments

No comments written yet.

Please login to write comment.