Color Hex Logo

#cdbadb Color Hex

#CDBADB
(205,186,219)
0 Favorites   0 Comments

Color spaces of #cdbadb

RGB 205186219
HSL0.760.310.79
HSV275°15°86°
CMYK 0.060.150.00   0.14
XYZ55.521953.211474.3623
Yxy53.21140.30320.2906
Hunter Lab72.94618.2069-9.3787
CIE-Lab77.999612.7993-14.0593

#cdbadb color RGB value is (205,186,219).

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

The process color (four color CMYK) of #cdbadb color hex is 0.06, 0.15, 0.00, 0.14. Web safe color of #cdbadb is #cccccc. Color #cdbadb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111010 11011011
Octal 315 272 333
Decimal 205 186 219
Hex CD BA DB

RGB Percentages of Color #cdbadb

%33.61
%30.49
%35.90

CMYK Percentages of Color #cdbadb

%6
%15
%0
%14

Triadic Colors of #cdbadb

#cdbadb #dbcdba #badbcd

Analogous Colors of #cdbadb

#cdbadb #dbbad9 #bdbadb

Monochromatic Colors of #cdbadb

#cdbadb

Complementary Color

#cdbadb #c8dbba

#cdbadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdbadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdbadb Color CSS Codes

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

#cdbadb Text Font Color

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

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


#cdbadb Background Color

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

This div background color is #cdbadb


#cdbadb Border Color

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

This div border color is #cdbadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdbadb


Comments

No comments written yet.

Please login to write comment.