Color Hex Logo

#d4eddf Color Hex

#D4EDDF
(212,237,223)
0 Favorites   0 Comments

Color spaces of #d4eddf

RGB 212237223
HSL0.410.410.88
HSV146°11°93°
CMYK 0.110.000.06   0.07
XYZ70.754879.893181.5038
Yxy79.89310.30480.3441
Hunter Lab89.3829-15.12108.5045
CIE-Lab91.6369-10.80153.9864

#d4eddf color RGB value is (212,237,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 11101101 11011111
Octal 324 355 337
Decimal 212 237 223
Hex D4 ED DF

RGB Percentages of Color #d4eddf

%31.55
%35.27
%33.18

CMYK Percentages of Color #d4eddf

%11
%0
%6
%7

Triadic Colors of #d4eddf

#d4eddf #dfd4ed #eddfd4

Analogous Colors of #d4eddf

#d4eddf #d4edec #d6edd4

Monochromatic Colors of #d4eddf

#d4eddf

Complementary Color

#d4eddf #edd4e2

#d4eddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4eddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4eddf Color CSS Codes

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

#d4eddf Text Font Color

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

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


#d4eddf Background Color

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

This div background color is #d4eddf


#d4eddf Border Color

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

This div border color is #d4eddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4eddf


Comments

No comments written yet.

Please login to write comment.