Color Hex Logo

#d5eddf Color Hex

#D5EDDF
(213,237,223)
0 Favorites   0 Comments

Color spaces of #d5eddf

RGB 213237223
HSL0.400.400.88
HSV145°10°93°
CMYK 0.100.000.06   0.07
XYZ71.044080.042281.5173
Yxy80.04220.30540.3441
Hunter Lab89.4663-14.82168.6043
CIE-Lab91.7038-10.47344.0917

#d5eddf color RGB value is (213,237,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 11101101 11011111
Octal 325 355 337
Decimal 213 237 223
Hex D5 ED DF

RGB Percentages of Color #d5eddf

%31.65
%35.22
%33.14

CMYK Percentages of Color #d5eddf

%10
%0
%6
%7

Triadic Colors of #d5eddf

#d5eddf #dfd5ed #eddfd5

Analogous Colors of #d5eddf

#d5eddf #d5edeb #d7edd5

Monochromatic Colors of #d5eddf

#d5eddf

Complementary Color

#d5eddf #edd5e3

#d5eddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5eddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5eddf Color CSS Codes

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

#d5eddf Text Font Color

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

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


#d5eddf Background Color

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

This div background color is #d5eddf


#d5eddf Border Color

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

This div border color is #d5eddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5eddf


Comments

No comments written yet.

Please login to write comment.