Color Hex Logo

#c5aaee Color Hex

#C5AAEE
(197,170,238)
0 Favorites   0 Comments

Color spaces of #c5aaee

RGB 197170238
HSL0.730.670.80
HSV264°29°93°
CMYK 0.170.290.00   0.07
XYZ52.833346.792887.1362
Yxy46.79280.28290.2505
Hunter Lab68.405318.1566-27.6413
CIE-Lab74.057022.9348-30.4140

#c5aaee color RGB value is (197,170,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10101010 11101110
Octal 305 252 356
Decimal 197 170 238
Hex C5 AA EE

RGB Percentages of Color #c5aaee

%32.56
%28.10
%39.34

CMYK Percentages of Color #c5aaee

%17
%29
%0
%7

Triadic Colors of #c5aaee

#c5aaee #eec5aa #aaeec5

Analogous Colors of #c5aaee

#c5aaee #e7aaee #aab1ee

Monochromatic Colors of #c5aaee

#c5aaee

Complementary Color

#c5aaee #d3eeaa

#c5aaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5aaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5aaee Color CSS Codes

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

#c5aaee Text Font Color

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

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


#c5aaee Background Color

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

This div background color is #c5aaee


#c5aaee Border Color

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

This div border color is #c5aaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5aaee


Comments

No comments written yet.

Please login to write comment.