Color Hex Logo

#d4badd Color Hex

#D4BADD
(212,186,221)
0 Favorites   0 Comments

Color spaces of #d4badd

RGB 212186221
HSL0.790.340.80
HSV285°16°87°
CMYK 0.040.160.00   0.13
XYZ57.761454.335375.8500
Yxy54.33530.30730.2891
Hunter Lab73.712510.8765-9.4106
CIE-Lab78.656815.5123-14.0930

#d4badd color RGB value is (212,186,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10111010 11011101
Octal 324 272 335
Decimal 212 186 221
Hex D4 BA DD

RGB Percentages of Color #d4badd

%34.25
%30.05
%35.70

CMYK Percentages of Color #d4badd

%4
%16
%0
%13

Triadic Colors of #d4badd

#d4badd #ddd4ba #baddd4

Analogous Colors of #d4badd

#d4badd #ddbad5 #c3badd

Monochromatic Colors of #d4badd

#d4badd

Complementary Color

#d4badd #c3ddba

#d4badd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4badd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4badd Color CSS Codes

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

#d4badd Text Font Color

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

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


#d4badd Background Color

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

This div background color is #d4badd


#d4badd Border Color

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

This div border color is #d4badd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4badd


Comments

No comments written yet.

Please login to write comment.