Color Hex Logo

#c4aabd Color Hex

#C4AABD
(196,170,189)
0 Favorites   0 Comments

Color spaces of #c4aabd

RGB 196170189
HSL0.880.180.72
HSV316°13°77°
CMYK 0.000.130.04   0.23
XYZ46.325044.159354.2261
Yxy44.15930.32010.3052
Hunter Lab66.45258.1432-1.8647
CIE-Lab72.334812.7321-6.2290

#c4aabd color RGB value is (196,170,189).

#c4aabd hex color red value is 196, green value is 170 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c4aabd hue: 0.88 , saturation: 0.18 and the lightness value of c4aabd is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10101010 10111101
Octal 304 252 275
Decimal 196 170 189
Hex C4 AA BD

RGB Percentages of Color #c4aabd

%35.32
%30.63
%34.05

CMYK Percentages of Color #c4aabd

%0
%13
%4
%23

Triadic Colors of #c4aabd

#c4aabd #bdc4aa #aabdc4

Analogous Colors of #c4aabd

#c4aabd #c4aab0 #beaac4

Monochromatic Colors of #c4aabd

#c4aabd

Complementary Color

#c4aabd #aac4b1

#c4aabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4aabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4aabd Color CSS Codes

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

#c4aabd Text Font Color

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

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


#c4aabd Background Color

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

This div background color is #c4aabd


#c4aabd Border Color

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

This div border color is #c4aabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4aabd


Comments

No comments written yet.

Please login to write comment.