Color Hex Logo

#c5aafc Color Hex

#C5AAFC
(197,170,252)
0 Favorites   0 Comments

Color spaces of #c5aafc

RGB 197170252
HSL0.720.930.83
HSV260°33°99°
CMYK 0.220.330.00   0.01
XYZ54.971447.648098.3951
Yxy47.64800.27350.2370
Hunter Lab69.027521.3537-36.1955
CIE-Lab74.602426.0568-37.1495

#c5aafc color RGB value is (197,170,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10101010 11111100
Octal 305 252 374
Decimal 197 170 252
Hex C5 AA FC

RGB Percentages of Color #c5aafc

%31.83
%27.46
%40.71

CMYK Percentages of Color #c5aafc

%22
%33
%0
%1

Triadic Colors of #c5aafc

#c5aafc #fcc5aa #aafcc5

Analogous Colors of #c5aafc

#c5aafc #eeaafc #aab8fc

Monochromatic Colors of #c5aafc

#c5aafc

Complementary Color

#c5aafc #e1fcaa

#c5aafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5aafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5aafc Color CSS Codes

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

#c5aafc Text Font Color

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

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


#c5aafc Background Color

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

This div background color is #c5aafc


#c5aafc Border Color

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

This div border color is #c5aafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5aafc


Comments

No comments written yet.

Please login to write comment.