Color Hex Logo

#c4aead Color Hex Silver Pink

#C4AEAD
(196,174,173)
5 Favorites   0 Comments

Color spaces of #c4aead Silver Pink

RGB 196174173
HSL0.010.160.72
HSV12°77°
CMYK 0.000.110.12   0.23
XYZ45.443845.025045.8307
Yxy45.02500.33340.3303
Hunter Lab67.10073.46266.4746
CIE-Lab72.90847.74913.4039

#c4aead color RGB value is (196,174,173). #c4aead color name is Silver Pink color.

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10101110 10101101
Octal 304 256 255
Decimal 196 174 173
Hex C4 AE AD

RGB Percentages of Color #c4aead

%36.10
%32.04
%31.86

CMYK Percentages of Color #c4aead

%0
%11
%12
%23

Triadic Colors of #c4aead

#c4aead #adc4ae #aeadc4

Analogous Colors of #c4aead

#c4aead #c4baad #c4adb8

Monochromatic Colors of #c4aead

#c4aead

Complementary Color

#c4aead #adc3c4

#c4aead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4aead Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4aead Color CSS Codes

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

#c4aead Text Font Color

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

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


#c4aead Background Color

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

This div background color is #c4aead


#c4aead Border Color

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

This div border color is #c4aead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4aead

#c4aead Color Palettes


Comments

No comments written yet.

Please login to write comment.