Color Hex Logo

#d3badc Color Hex

#D3BADC
(211,186,220)
0 Favorites   0 Comments

Color spaces of #d3badc

RGB 211186220
HSL0.790.330.80
HSV284°15°86°
CMYK 0.040.150.00   0.14
XYZ57.341154.134075.1368
Yxy54.13400.30730.2901
Hunter Lab73.575810.3558-9.0448
CIE-Lab78.539814.9871-13.7374

#d3badc color RGB value is (211,186,220).

#d3badc hex color red value is 211, green value is 186 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d3badc hue: 0.79 , saturation: 0.33 and the lightness value of d3badc is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10111010 11011100
Octal 323 272 334
Decimal 211 186 220
Hex D3 BA DC

RGB Percentages of Color #d3badc

%34.20
%30.15
%35.66

CMYK Percentages of Color #d3badc

%4
%15
%0
%14

Triadic Colors of #d3badc

#d3badc #dcd3ba #badcd3

Analogous Colors of #d3badc

#d3badc #dcbad4 #c2badc

Monochromatic Colors of #d3badc

#d3badc

Complementary Color

#d3badc #c3dcba

#d3badc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3badc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3badc Color CSS Codes

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

#d3badc Text Font Color

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

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


#d3badc Background Color

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

This div background color is #d3badc


#d3badc Border Color

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

This div border color is #d3badc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3badc


Comments

No comments written yet.

Please login to write comment.