Color Hex Logo

#caaddb Color Hex

#CAADDB
(202,173,219)
0 Favorites   0 Comments

Color spaces of #caaddb

RGB 202173219
HSL0.770.390.77
HSV278°21°86°
CMYK 0.080.210.00   0.14
XYZ52.086947.558273.4522
Yxy47.55820.30090.2747
Hunter Lab68.962514.1356-14.8763
CIE-Lab74.545418.8845-19.2934

#caaddb color RGB value is (202,173,219).

#caaddb hex color red value is 202, green value is 173 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #caaddb hue: 0.77 , saturation: 0.39 and the lightness value of caaddb is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101101 11011011
Octal 312 255 333
Decimal 202 173 219
Hex CA AD DB

RGB Percentages of Color #caaddb

%34.01
%29.12
%36.87

CMYK Percentages of Color #caaddb

%8
%21
%0
%14

Triadic Colors of #caaddb

#caaddb #dbcaad #addbca

Analogous Colors of #caaddb

#caaddb #dbadd5 #b3addb

Monochromatic Colors of #caaddb

#caaddb

Complementary Color

#caaddb #bedbad

#caaddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caaddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#caaddb Color CSS Codes

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

#caaddb Text Font Color

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

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


#caaddb Background Color

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

This div background color is #caaddb


#caaddb Border Color

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

This div border color is #caaddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caaddb


Comments

No comments written yet.

Please login to write comment.