Color Hex Logo

#d3eadc Color Hex

#D3EADC
(211,234,220)
0 Favorites   0 Comments

Color spaces of #d3eadc

RGB 211234220
HSL0.400.350.87
HSV143°10°92°
CMYK 0.100.000.06   0.08
XYZ69.205177.861879.0915
Yxy77.86180.30600.3443
Hunter Lab88.2393-14.42338.6242
CIE-Lab90.7168-10.16854.2096

#d3eadc color RGB value is (211,234,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 11101010 11011100
Octal 323 352 334
Decimal 211 234 220
Hex D3 EA DC

RGB Percentages of Color #d3eadc

%31.73
%35.19
%33.08

CMYK Percentages of Color #d3eadc

%10
%0
%6
%8

Triadic Colors of #d3eadc

#d3eadc #dcd3ea #eadcd3

Analogous Colors of #d3eadc

#d3eadc #d3eae8 #d6ead3

Monochromatic Colors of #d3eadc

#d3eadc

Complementary Color

#d3eadc #ead3e1

#d3eadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3eadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3eadc Color CSS Codes

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

#d3eadc Text Font Color

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

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


#d3eadc Background Color

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

This div background color is #d3eadc


#d3eadc Border Color

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

This div border color is #d3eadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3eadc


Comments

No comments written yet.

Please login to write comment.