Color Hex Logo

#c4aabc Color Hex

#C4AABC
(196,170,188)
0 Favorites   0 Comments

Color spaces of #c4aabc

RGB 196170188
HSL0.880.180.72
HSV318°13°77°
CMYK 0.000.130.04   0.23
XYZ46.216844.116153.6563
Yxy44.11610.32100.3064
Hunter Lab66.42007.9702-1.4025
CIE-Lab72.306012.5497-5.7215

#c4aabc color RGB value is (196,170,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10101010 10111100
Octal 304 252 274
Decimal 196 170 188
Hex C4 AA BC

RGB Percentages of Color #c4aabc

%35.38
%30.69
%33.94

CMYK Percentages of Color #c4aabc

%0
%13
%4
%23

Triadic Colors of #c4aabc

#c4aabc #bcc4aa #aabcc4

Analogous Colors of #c4aabc

#c4aabc #c4aaaf #bfaac4

Monochromatic Colors of #c4aabc

#c4aabc

Complementary Color

#c4aabc #aac4b2

#c4aabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4aabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4aabc Color CSS Codes

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

#c4aabc Text Font Color

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

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


#c4aabc Background Color

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

This div background color is #c4aabc


#c4aabc Border Color

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

This div border color is #c4aabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4aabc


Comments

No comments written yet.

Please login to write comment.