Color Hex Logo

#d4badf Color Hex

#D4BADF
(212,186,223)
0 Favorites   0 Comments

Color spaces of #d4badf

RGB 212186223
HSL0.780.370.80
HSV282°17°87°
CMYK 0.050.170.00   0.13
XYZ58.029654.442677.2620
Yxy54.44260.30580.2869
Hunter Lab73.785211.2601-10.4341
CIE-Lab78.719115.8984-15.0790

#d4badf color RGB value is (212,186,223).

#d4badf hex color red value is 212, green value is 186 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d4badf hue: 0.78 , saturation: 0.37 and the lightness value of d4badf is 0.80.

The process color (four color CMYK) of #d4badf color hex is 0.05, 0.17, 0.00, 0.13. Web safe color of #d4badf is #cccccc. Color #d4badf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10111010 11011111
Octal 324 272 337
Decimal 212 186 223
Hex D4 BA DF

RGB Percentages of Color #d4badf

%34.14
%29.95
%35.91

CMYK Percentages of Color #d4badf

%5
%17
%0
%13

Triadic Colors of #d4badf

#d4badf #dfd4ba #badfd4

Analogous Colors of #d4badf

#d4badf #dfbad8 #c2badf

Monochromatic Colors of #d4badf

#d4badf

Complementary Color

#d4badf #c5dfba

#d4badf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4badf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4badf Color CSS Codes

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

#d4badf Text Font Color

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

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


#d4badf Background Color

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

This div background color is #d4badf


#d4badf Border Color

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

This div border color is #d4badf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4badf

#d4badf Color Palettes


Comments

No comments written yet.

Please login to write comment.