Color Hex Logo

#d3eadd Color Hex

#D3EADD
(211,234,221)
0 Favorites   0 Comments

Color spaces of #d3eadd

RGB 211234221
HSL0.410.350.87
HSV146°10°92°
CMYK 0.100.000.06   0.08
XYZ69.337977.915079.7912
Yxy77.91500.30540.3432
Hunter Lab88.2695-14.25538.1934
CIE-Lab90.7411-9.98573.7229

#d3eadd color RGB value is (211,234,221).

#d3eadd hex color red value is 211, green value is 234 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d3eadd hue: 0.41 , saturation: 0.35 and the lightness value of d3eadd is 0.87.

The process color (four color CMYK) of #d3eadd color hex is 0.10, 0.00, 0.06, 0.08. Web safe color of #d3eadd is #ccffcc. Color #d3eadd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 11101010 11011101
Octal 323 352 335
Decimal 211 234 221
Hex D3 EA DD

RGB Percentages of Color #d3eadd

%31.68
%35.14
%33.18

CMYK Percentages of Color #d3eadd

%10
%0
%6
%8

Triadic Colors of #d3eadd

#d3eadd #ddd3ea #eaddd3

Analogous Colors of #d3eadd

#d3eadd #d3eae9 #d5ead3

Monochromatic Colors of #d3eadd

#d3eadd

Complementary Color

#d3eadd #ead3e0

#d3eadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3eadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3eadd Color CSS Codes

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

#d3eadd Text Font Color

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

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


#d3eadd Background Color

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

This div background color is #d3eadd


#d3eadd Border Color

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

This div border color is #d3eadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3eadd


Comments

No comments written yet.

Please login to write comment.