Color Hex Logo

#c4aaec Color Hex

#C4AAEC
(196,170,236)
0 Favorites   0 Comments

Color spaces of #c4aaec

RGB 196170236
HSL0.730.630.80
HSV264°28°93°
CMYK 0.170.280.00   0.07
XYZ52.280046.541385.5848
Yxy46.54130.28350.2524
Hunter Lab68.221217.4030-26.6256
CIE-Lab73.895422.1913-29.5840

#c4aaec color RGB value is (196,170,236).

#c4aaec hex color red value is 196, green value is 170 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c4aaec hue: 0.73 , saturation: 0.63 and the lightness value of c4aaec is 0.80.

The process color (four color CMYK) of #c4aaec color hex is 0.17, 0.28, 0.00, 0.07. Web safe color of #c4aaec is #cc99ff. Color #c4aaec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10101010 11101100
Octal 304 252 354
Decimal 196 170 236
Hex C4 AA EC

RGB Percentages of Color #c4aaec

%32.56
%28.24
%39.20

CMYK Percentages of Color #c4aaec

%17
%28
%0
%7

Triadic Colors of #c4aaec

#c4aaec #ecc4aa #aaecc4

Analogous Colors of #c4aaec

#c4aaec #e5aaec #aab1ec

Monochromatic Colors of #c4aaec

#c4aaec

Complementary Color

#c4aaec #d2ecaa

#c4aaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4aaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4aaec Color CSS Codes

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

#c4aaec Text Font Color

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

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


#c4aaec Background Color

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

This div background color is #c4aaec


#c4aaec Border Color

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

This div border color is #c4aaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4aaec


Comments

No comments written yet.

Please login to write comment.