Color Hex Logo

#cdaadd Color Hex

#CDAADD
(205,170,221)
0 Favorites   0 Comments

Color spaces of #cdaadd

RGB 205170221
HSL0.780.430.77
HSV281°23°87°
CMYK 0.070.230.00   0.13
XYZ52.602746.949074.6962
Yxy46.94900.30190.2694
Hunter Lab68.519317.1267-16.6713
CIE-Lab74.157121.9043-20.9475

#cdaadd color RGB value is (205,170,221).

#cdaadd hex color red value is 205, green value is 170 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #cdaadd hue: 0.78 , saturation: 0.43 and the lightness value of cdaadd is 0.77.

The process color (four color CMYK) of #cdaadd color hex is 0.07, 0.23, 0.00, 0.13. Web safe color of #cdaadd is #cc99cc. Color #cdaadd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10101010 11011101
Octal 315 252 335
Decimal 205 170 221
Hex CD AA DD

RGB Percentages of Color #cdaadd

%34.40
%28.52
%37.08

CMYK Percentages of Color #cdaadd

%7
%23
%0
%13

Triadic Colors of #cdaadd

#cdaadd #ddcdaa #aaddcd

Analogous Colors of #cdaadd

#cdaadd #ddaad4 #b4aadd

Monochromatic Colors of #cdaadd

#cdaadd

Complementary Color

#cdaadd #baddaa

#cdaadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdaadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdaadd Color CSS Codes

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

#cdaadd Text Font Color

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

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


#cdaadd Background Color

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

This div background color is #cdaadd


#cdaadd Border Color

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

This div border color is #cdaadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdaadd

#cdaadd Color Palettes


Comments

No comments written yet.

Please login to write comment.