Color Hex Logo

#c5aaeb Color Hex

#C5AAEB
(197,170,235)
0 Favorites   0 Comments

Color spaces of #c5aaeb

RGB 197170235
HSL0.740.620.79
HSV265°28°92°
CMYK 0.160.280.00   0.08
XYZ52.396146.617984.8338
Yxy46.61790.28500.2536
Hunter Lab68.277317.4959-25.8731
CIE-Lab73.944722.2819-28.9576

#c5aaeb color RGB value is (197,170,235).

#c5aaeb hex color red value is 197, green value is 170 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c5aaeb hue: 0.74 , saturation: 0.62 and the lightness value of c5aaeb is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10101010 11101011
Octal 305 252 353
Decimal 197 170 235
Hex C5 AA EB

RGB Percentages of Color #c5aaeb

%32.72
%28.24
%39.04

CMYK Percentages of Color #c5aaeb

%16
%28
%0
%8

Triadic Colors of #c5aaeb

#c5aaeb #ebc5aa #aaebc5

Analogous Colors of #c5aaeb

#c5aaeb #e6aaeb #aab0eb

Monochromatic Colors of #c5aaeb

#c5aaeb

Complementary Color

#c5aaeb #d0ebaa

#c5aaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5aaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5aaeb Color CSS Codes

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

#c5aaeb Text Font Color

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

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


#c5aaeb Background Color

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

This div background color is #c5aaeb


#c5aaeb Border Color

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

This div border color is #c5aaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5aaeb


Comments

No comments written yet.

Please login to write comment.