Color Hex Logo

#d3eddf Color Hex

#D3EDDF
(211,237,223)
0 Favorites   0 Comments

Color spaces of #d3eddf

RGB 211237223
HSL0.410.420.88
HSV148°11°93°
CMYK 0.110.000.06   0.07
XYZ70.467479.745081.4903
Yxy79.74500.30410.3442
Hunter Lab89.3001-15.41938.4053
CIE-Lab91.5703-11.12903.8816

#d3eddf color RGB value is (211,237,223).

#d3eddf hex color red value is 211, green value is 237 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d3eddf hue: 0.41 , saturation: 0.42 and the lightness value of d3eddf is 0.88.

The process color (four color CMYK) of #d3eddf color hex is 0.11, 0.00, 0.06, 0.07. Web safe color of #d3eddf is #ccffcc. Color #d3eddf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 11101101 11011111
Octal 323 355 337
Decimal 211 237 223
Hex D3 ED DF

RGB Percentages of Color #d3eddf

%31.45
%35.32
%33.23

CMYK Percentages of Color #d3eddf

%11
%0
%6
%7

Triadic Colors of #d3eddf

#d3eddf #dfd3ed #eddfd3

Analogous Colors of #d3eddf

#d3eddf #d3edec #d4edd3

Monochromatic Colors of #d3eddf

#d3eddf

Complementary Color

#d3eddf #edd3e1

#d3eddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3eddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3eddf Color CSS Codes

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

#d3eddf Text Font Color

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

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


#d3eddf Background Color

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

This div background color is #d3eddf


#d3eddf Border Color

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

This div border color is #d3eddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3eddf


Comments

No comments written yet.

Please login to write comment.