Color Hex Logo

#c49eac Color Hex

#C49EAC
(196,158,172)
0 Favorites   0 Comments

Color spaces of #c49eac

RGB 196158172
HSL0.940.240.69
HSV338°19°77°
CMYK 0.000.190.12   0.23
XYZ42.438239.168044.3532
Yxy39.16800.33690.3110
Hunter Lab62.584311.51761.7905
CIE-Lab68.872816.3269-1.9257

#c49eac color RGB value is (196,158,172).

#c49eac hex color red value is 196, green value is 158 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c49eac hue: 0.94 , saturation: 0.24 and the lightness value of c49eac is 0.69.

The process color (four color CMYK) of #c49eac color hex is 0.00, 0.19, 0.12, 0.23. Web safe color of #c49eac is #cc9999. Color #c49eac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10011110 10101100
Octal 304 236 254
Decimal 196 158 172
Hex C4 9E AC

RGB Percentages of Color #c49eac

%37.26
%30.04
%32.70

CMYK Percentages of Color #c49eac

%0
%19
%12
%23

Triadic Colors of #c49eac

#c49eac #acc49e #9eacc4

Analogous Colors of #c49eac

#c49eac #c4a39e #c49ebf

Monochromatic Colors of #c49eac

#c49eac

Complementary Color

#c49eac #9ec4b6

#c49eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49eac Color CSS Codes

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

#c49eac Text Font Color

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

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


#c49eac Background Color

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

This div background color is #c49eac


#c49eac Border Color

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

This div border color is #c49eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49eac


Comments

No comments written yet.

Please login to write comment.