Color Hex Logo

#c3aaec Color Hex

#C3AAEC
(195,170,236)
0 Favorites   0 Comments

Color spaces of #c3aaec

RGB 195170236
HSL0.730.630.80
HSV263°28°93°
CMYK 0.170.280.00   0.07
XYZ52.020746.407785.5727
Yxy46.40770.28270.2522
Hunter Lab68.123217.0918-26.7907
CIE-Lab73.809321.8840-29.7238

#c3aaec color RGB value is (195,170,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10101010 11101100
Octal 303 252 354
Decimal 195 170 236
Hex C3 AA EC

RGB Percentages of Color #c3aaec

%32.45
%28.29
%39.27

CMYK Percentages of Color #c3aaec

%17
%28
%0
%7

Triadic Colors of #c3aaec

#c3aaec #ecc3aa #aaecc3

Analogous Colors of #c3aaec

#c3aaec #e4aaec #aab2ec

Monochromatic Colors of #c3aaec

#c3aaec

Complementary Color

#c3aaec #d3ecaa

#c3aaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3aaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3aaec Color CSS Codes

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

#c3aaec Text Font Color

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

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


#c3aaec Background Color

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

This div background color is #c3aaec


#c3aaec Border Color

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

This div border color is #c3aaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3aaec


Comments

No comments written yet.

Please login to write comment.