Color Hex Logo

#caaadb Color Hex

#CAAADB
(202,170,219)
0 Favorites   0 Comments

Color spaces of #caaadb

RGB 202170219
HSL0.780.400.76
HSV279°22°86°
CMYK 0.080.220.00   0.14
XYZ51.518046.420573.2626
Yxy46.42050.30090.2711
Hunter Lab68.132615.7395-16.0614
CIE-Lab73.817620.5267-20.3973

#caaadb color RGB value is (202,170,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101010 11011011
Octal 312 252 333
Decimal 202 170 219
Hex CA AA DB

RGB Percentages of Color #caaadb

%34.18
%28.76
%37.06

CMYK Percentages of Color #caaadb

%8
%22
%0
%14

Triadic Colors of #caaadb

#caaadb #dbcaaa #aadbca

Analogous Colors of #caaadb

#caaadb #dbaad4 #b2aadb

Monochromatic Colors of #caaadb

#caaadb

Complementary Color

#caaadb #bbdbaa

#caaadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caaadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#caaadb Color CSS Codes

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

#caaadb Text Font Color

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

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


#caaadb Background Color

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

This div background color is #caaadb


#caaadb Border Color

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

This div border color is #caaadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caaadb


Comments

No comments written yet.

Please login to write comment.