Color Hex Logo

#d1bade Color Hex

#D1BADE
(209,186,222)
0 Favorites   0 Comments

Color spaces of #d1bade

RGB 209186222
HSL0.770.350.80
HSV278°16°87°
CMYK 0.060.160.00   0.13
XYZ57.038253.947076.5138
Yxy53.94700.30420.2877
Hunter Lab73.448610.0832-10.3503
CIE-Lab78.430814.7116-14.9984

#d1bade color RGB value is (209,186,222).

#d1bade hex color red value is 209, green value is 186 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d1bade hue: 0.77 , saturation: 0.35 and the lightness value of d1bade is 0.80.

The process color (four color CMYK) of #d1bade color hex is 0.06, 0.16, 0.00, 0.13. Web safe color of #d1bade is #cccccc. Color #d1bade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10111010 11011110
Octal 321 272 336
Decimal 209 186 222
Hex D1 BA DE

RGB Percentages of Color #d1bade

%33.87
%30.15
%35.98

CMYK Percentages of Color #d1bade

%6
%16
%0
%13

Triadic Colors of #d1bade

#d1bade #ded1ba #baded1

Analogous Colors of #d1bade

#d1bade #debad9 #bfbade

Monochromatic Colors of #d1bade

#d1bade

Complementary Color

#d1bade #c7deba

#d1bade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1bade Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1bade Color CSS Codes

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

#d1bade Text Font Color

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

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


#d1bade Background Color

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

This div background color is #d1bade


#d1bade Border Color

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

This div border color is #d1bade


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,186,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1bade


Comments

No comments written yet.

Please login to write comment.