Color Hex Logo

#c6aaec Color Hex

#C6AAEC
(198,170,236)
0 Favorites   0 Comments

Color spaces of #c6aaec

RGB 198170236
HSL0.740.630.80
HSV265°28°93°
CMYK 0.160.280.00   0.07
XYZ52.803846.811385.6093
Yxy46.81130.28510.2527
Hunter Lab68.418818.0287-26.2937
CIE-Lab74.068922.8071-29.3025

#c6aaec color RGB value is (198,170,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10101010 11101100
Octal 306 252 354
Decimal 198 170 236
Hex C6 AA EC

RGB Percentages of Color #c6aaec

%32.78
%28.15
%39.07

CMYK Percentages of Color #c6aaec

%16
%28
%0
%7

Triadic Colors of #c6aaec

#c6aaec #ecc6aa #aaecc6

Analogous Colors of #c6aaec

#c6aaec #e7aaec #aaafec

Monochromatic Colors of #c6aaec

#c6aaec

Complementary Color

#c6aaec #d0ecaa

#c6aaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6aaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6aaec Color CSS Codes

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

#c6aaec Text Font Color

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

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


#c6aaec Background Color

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

This div background color is #c6aaec


#c6aaec Border Color

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

This div border color is #c6aaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6aaec


Comments

No comments written yet.

Please login to write comment.