Color Hex Logo

#c49ebd Color Hex

#C49EBD
(196,158,189)
0 Favorites   0 Comments

Color spaces of #c49ebd

RGB 196158189
HSL0.860.240.69
HSV311°19°77°
CMYK 0.000.190.04   0.23
XYZ44.177139.863653.5102
Yxy39.86360.32120.2898
Hunter Lab63.137614.4048-6.0529
CIE-Lab69.372319.3239-10.6362

#c49ebd color RGB value is (196,158,189).

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

The process color (four color CMYK) of #c49ebd color hex is 0.00, 0.19, 0.04, 0.23. Web safe color of #c49ebd is #cc99cc. Color #c49ebd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10011110 10111101
Octal 304 236 275
Decimal 196 158 189
Hex C4 9E BD

RGB Percentages of Color #c49ebd

%36.10
%29.10
%34.81

CMYK Percentages of Color #c49ebd

%0
%19
%4
%23

Triadic Colors of #c49ebd

#c49ebd #bdc49e #9ebdc4

Analogous Colors of #c49ebd

#c49ebd #c49eaa #b89ec4

Monochromatic Colors of #c49ebd

#c49ebd

Complementary Color

#c49ebd #9ec4a5

#c49ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49ebd Color CSS Codes

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

#c49ebd Text Font Color

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

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


#c49ebd Background Color

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

This div background color is #c49ebd


#c49ebd Border Color

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

This div border color is #c49ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49ebd


Comments

No comments written yet.

Please login to write comment.