Color Hex Logo

#c4aebd Color Hex

#C4AEBD
(196,174,189)
0 Favorites   0 Comments

Color spaces of #c4aebd

RGB 196174189
HSL0.890.160.73
HSV319°11°77°
CMYK 0.000.110.04   0.23
XYZ47.086345.682054.4799
Yxy45.68200.31980.3102
Hunter Lab67.58856.0743-0.4790
CIE-Lab73.338710.5489-4.7452

#c4aebd color RGB value is (196,174,189).

#c4aebd hex color red value is 196, green value is 174 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c4aebd hue: 0.89 , saturation: 0.16 and the lightness value of c4aebd is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10101110 10111101
Octal 304 256 275
Decimal 196 174 189
Hex C4 AE BD

RGB Percentages of Color #c4aebd

%35.06
%31.13
%33.81

CMYK Percentages of Color #c4aebd

%0
%11
%4
%23

Triadic Colors of #c4aebd

#c4aebd #bdc4ae #aebdc4

Analogous Colors of #c4aebd

#c4aebd #c4aeb2 #c0aec4

Monochromatic Colors of #c4aebd

#c4aebd

Complementary Color

#c4aebd #aec4b5

#c4aebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4aebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4aebd Color CSS Codes

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

#c4aebd Text Font Color

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

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


#c4aebd Background Color

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

This div background color is #c4aebd


#c4aebd Border Color

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

This div border color is #c4aebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4aebd


Comments

No comments written yet.

Please login to write comment.