Color Hex Logo

#c6aafc Color Hex

#C6AAFC
(198,170,252)
0 Favorites   0 Comments

Color spaces of #c6aafc

RGB 198170252
HSL0.720.930.83
HSV260°33°99°
CMYK 0.210.330.00   0.01
XYZ55.234147.783598.4074
Yxy47.78350.27420.2372
Hunter Lab69.125621.6588-36.0175
CIE-Lab74.688226.3495-37.0097

#c6aafc color RGB value is (198,170,252).

#c6aafc hex color red value is 198, green value is 170 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c6aafc hue: 0.72 , saturation: 0.93 and the lightness value of c6aafc is 0.83.

The process color (four color CMYK) of #c6aafc color hex is 0.21, 0.33, 0.00, 0.01. Web safe color of #c6aafc is #cc99ff. Color #c6aafc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10101010 11111100
Octal 306 252 374
Decimal 198 170 252
Hex C6 AA FC

RGB Percentages of Color #c6aafc

%31.94
%27.42
%40.65

CMYK Percentages of Color #c6aafc

%21
%33
%0
%1

Triadic Colors of #c6aafc

#c6aafc #fcc6aa #aafcc6

Analogous Colors of #c6aafc

#c6aafc #efaafc #aab7fc

Monochromatic Colors of #c6aafc

#c6aafc

Complementary Color

#c6aafc #e0fcaa

#c6aafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6aafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6aafc Color CSS Codes

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

#c6aafc Text Font Color

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

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


#c6aafc Background Color

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

This div background color is #c6aafc


#c6aafc Border Color

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

This div border color is #c6aafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6aafc


Comments

No comments written yet.

Please login to write comment.