Color Hex Logo

#cdadd2 Color Hex

#CDADD2
(205,173,210)
0 Favorites   0 Comments

Color spaces of #cdadd2

RGB 205173210
HSL0.810.290.75
HSV292°18°82°
CMYK 0.020.180.00   0.18
XYZ51.753347.519467.4172
Yxy47.51940.31050.2851
Hunter Lab68.934313.3761-9.7311
CIE-Lab74.520818.1153-14.3940

#cdadd2 color RGB value is (205,173,210).

#cdadd2 hex color red value is 205, green value is 173 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #cdadd2 hue: 0.81 , saturation: 0.29 and the lightness value of cdadd2 is 0.75.

The process color (four color CMYK) of #cdadd2 color hex is 0.02, 0.18, 0.00, 0.18. Web safe color of #cdadd2 is #cc99cc. Color #cdadd2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10101101 11010010
Octal 315 255 322
Decimal 205 173 210
Hex CD AD D2

RGB Percentages of Color #cdadd2

%34.86
%29.42
%35.71

CMYK Percentages of Color #cdadd2

%2
%18
%0
%18

Triadic Colors of #cdadd2

#cdadd2 #d2cdad #add2cd

Analogous Colors of #cdadd2

#cdadd2 #d2adc5 #bbadd2

Monochromatic Colors of #cdadd2

#cdadd2

Complementary Color

#cdadd2 #b2d2ad

#cdadd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdadd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdadd2 Color CSS Codes

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

#cdadd2 Text Font Color

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

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


#cdadd2 Background Color

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

This div background color is #cdadd2


#cdadd2 Border Color

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

This div border color is #cdadd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdadd2


Comments

No comments written yet.

Please login to write comment.