Color Hex Logo

#c2aadb Color Hex

#C2AADB
(194,170,219)
0 Favorites   0 Comments

Color spaces of #c2aadb

RGB 194170219
HSL0.750.400.76
HSV269°22°86°
CMYK 0.110.220.00   0.14
XYZ49.409045.333373.1639
Yxy45.33330.29430.2700
Hunter Lab67.330013.1617-17.2962
CIE-Lab73.110817.9323-21.5371

#c2aadb color RGB value is (194,170,219).

#c2aadb hex color red value is 194, green value is 170 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c2aadb hue: 0.75 , saturation: 0.40 and the lightness value of c2aadb is 0.76.

The process color (four color CMYK) of #c2aadb color hex is 0.11, 0.22, 0.00, 0.14. Web safe color of #c2aadb is #cc99cc. Color #c2aadb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10101010 11011011
Octal 302 252 333
Decimal 194 170 219
Hex C2 AA DB

RGB Percentages of Color #c2aadb

%33.28
%29.16
%37.56

CMYK Percentages of Color #c2aadb

%11
%22
%0
%14

Triadic Colors of #c2aadb

#c2aadb #dbc2aa #aadbc2

Analogous Colors of #c2aadb

#c2aadb #dbaadb #aaabdb

Monochromatic Colors of #c2aadb

#c2aadb

Complementary Color

#c2aadb #c3dbaa

#c2aadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2aadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2aadb Color CSS Codes

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

#c2aadb Text Font Color

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

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


#c2aadb Background Color

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

This div background color is #c2aadb


#c2aadb Border Color

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

This div border color is #c2aadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2aadb


Comments

No comments written yet.

Please login to write comment.