Color Hex Logo

#cdaddc Color Hex

#CDADDC
(205,173,220)
0 Favorites   0 Comments

Color spaces of #cdaddc

RGB 205173220
HSL0.780.400.77
HSV281°21°86°
CMYK 0.070.210.00   0.14
XYZ53.038748.033674.1861
Yxy48.03360.30260.2741
Hunter Lab69.306315.3165-14.9502
CIE-Lab74.846120.0656-19.3572

#cdaddc color RGB value is (205,173,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10101101 11011100
Octal 315 255 334
Decimal 205 173 220
Hex CD AD DC

RGB Percentages of Color #cdaddc

%34.28
%28.93
%36.79

CMYK Percentages of Color #cdaddc

%7
%21
%0
%14

Triadic Colors of #cdaddc

#cdaddc #dccdad #addccd

Analogous Colors of #cdaddc

#cdaddc #dcadd4 #b6addc

Monochromatic Colors of #cdaddc

#cdaddc

Complementary Color

#cdaddc #bcdcad

#cdaddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdaddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdaddc Color CSS Codes

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

#cdaddc Text Font Color

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

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


#cdaddc Background Color

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

This div background color is #cdaddc


#cdaddc Border Color

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

This div border color is #cdaddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdaddc


Comments

No comments written yet.

Please login to write comment.