Color Hex Logo

#c2aaeb Color Hex

#C2AAEB
(194,170,235)
0 Favorites   0 Comments

Color spaces of #c2aaeb

RGB 194170235
HSL0.730.620.79
HSV262°28°92°
CMYK 0.170.280.00   0.08
XYZ51.618346.216984.7974
Yxy46.21690.28260.2531
Hunter Lab67.983016.5616-26.3662
CIE-Lab73.686121.3579-29.3772

#c2aaeb color RGB value is (194,170,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10101010 11101011
Octal 302 252 353
Decimal 194 170 235
Hex C2 AA EB

RGB Percentages of Color #c2aaeb

%32.39
%28.38
%39.23

CMYK Percentages of Color #c2aaeb

%17
%28
%0
%8

Triadic Colors of #c2aaeb

#c2aaeb #ebc2aa #aaebc2

Analogous Colors of #c2aaeb

#c2aaeb #e3aaeb #aab3eb

Monochromatic Colors of #c2aaeb

#c2aaeb

Complementary Color

#c2aaeb #d3ebaa

#c2aaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2aaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2aaeb Color CSS Codes

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

#c2aaeb Text Font Color

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

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


#c2aaeb Background Color

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

This div background color is #c2aaeb


#c2aaeb Border Color

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

This div border color is #c2aaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2aaeb


Comments

No comments written yet.

Please login to write comment.