Color Hex Logo

#cdaadb Color Hex

#CDAADB
(205,170,219)
0 Favorites   0 Comments

Color spaces of #cdaadb

RGB 205170219
HSL0.790.400.76
HSV283°22°86°
CMYK 0.060.220.00   0.14
XYZ52.337746.843173.3009
Yxy46.84310.30340.2716
Hunter Lab68.442016.7256-15.5897
CIE-Lab74.089321.5062-19.9593

#cdaadb color RGB value is (205,170,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10101010 11011011
Octal 315 252 333
Decimal 205 170 219
Hex CD AA DB

RGB Percentages of Color #cdaadb

%34.51
%28.62
%36.87

CMYK Percentages of Color #cdaadb

%6
%22
%0
%14

Triadic Colors of #cdaadb

#cdaadb #dbcdaa #aadbcd

Analogous Colors of #cdaadb

#cdaadb #dbaad1 #b5aadb

Monochromatic Colors of #cdaadb

#cdaadb

Complementary Color

#cdaadb #b8dbaa

#cdaadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdaadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdaadb Color CSS Codes

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

#cdaadb Text Font Color

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

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


#cdaadb Background Color

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

This div background color is #cdaadb


#cdaadb Border Color

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

This div border color is #cdaadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdaadb


Comments

No comments written yet.

Please login to write comment.