Color Hex Logo

#cdaedb Color Hex

#CDAEDB
(205,174,219)
0 Favorites   0 Comments

Color spaces of #cdaedb

RGB 205174219
HSL0.780.380.77
HSV281°21°86°
CMYK 0.060.210.00   0.14
XYZ53.099148.365773.5547
Yxy48.36570.30340.2763
Hunter Lab69.545514.5832-14.0262
CIE-Lab75.055019.3215-18.4964

#cdaedb color RGB value is (205,174,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10101110 11011011
Octal 315 256 333
Decimal 205 174 219
Hex CD AE DB

RGB Percentages of Color #cdaedb

%34.28
%29.10
%36.62

CMYK Percentages of Color #cdaedb

%6
%21
%0
%14

Triadic Colors of #cdaedb

#cdaedb #dbcdae #aedbcd

Analogous Colors of #cdaedb

#cdaedb #dbaed3 #b7aedb

Monochromatic Colors of #cdaedb

#cdaedb

Complementary Color

#cdaedb #bcdbae

#cdaedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdaedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdaedb Color CSS Codes

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

#cdaedb Text Font Color

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

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


#cdaedb Background Color

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

This div background color is #cdaedb


#cdaedb Border Color

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

This div border color is #cdaedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdaedb


Comments

No comments written yet.

Please login to write comment.