Color Hex Logo

#c5aafe Color Hex

#C5AAFE
(197,170,254)
0 Favorites   0 Comments

Color spaces of #c5aafe

RGB 197170254
HSL0.720.980.83
HSV259°33°100°
CMYK 0.220.330.00   0.00
XYZ55.290147.7755100.0734
Yxy47.77550.27220.2352
Hunter Lab69.119821.8254-37.4577
CIE-Lab74.683126.5122-38.1035

#c5aafe color RGB value is (197,170,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10101010 11111110
Octal 305 252 376
Decimal 197 170 254
Hex C5 AA FE

RGB Percentages of Color #c5aafe

%31.72
%27.38
%40.90

CMYK Percentages of Color #c5aafe

%22
%33
%0
%0

Triadic Colors of #c5aafe

#c5aafe #fec5aa #aafec5

Analogous Colors of #c5aafe

#c5aafe #efaafe #aab9fe

Monochromatic Colors of #c5aafe

#c5aafe

Complementary Color

#c5aafe #e3feaa

#c5aafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5aafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5aafe Color CSS Codes

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

#c5aafe Text Font Color

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

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


#c5aafe Background Color

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

This div background color is #c5aafe


#c5aafe Border Color

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

This div border color is #c5aafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5aafe

Related Colors


Comments

No comments written yet.

Please login to write comment.