Color Hex Logo

#d4eeda Color Hex

#D4EEDA
(212,238,218)
0 Favorites   0 Comments

Color spaces of #d4eeda

RGB 212238218
HSL0.370.430.88
HSV134°11°93°
CMYK 0.110.000.08   0.07
XYZ70.380880.208178.1019
Yxy80.20810.30780.3507
Hunter Lab89.5590-16.452210.9861
CIE-Lab91.7782-12.21036.7925

#d4eeda color RGB value is (212,238,218).

#d4eeda hex color red value is 212, green value is 238 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d4eeda hue: 0.37 , saturation: 0.43 and the lightness value of d4eeda is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 11101110 11011010
Octal 324 356 332
Decimal 212 238 218
Hex D4 EE DA

RGB Percentages of Color #d4eeda

%31.74
%35.63
%32.63

CMYK Percentages of Color #d4eeda

%11
%0
%8
%7

Triadic Colors of #d4eeda

#d4eeda #dad4ee #eedad4

Analogous Colors of #d4eeda

#d4eeda #d4eee7 #dbeed4

Monochromatic Colors of #d4eeda

#d4eeda

Complementary Color

#d4eeda #eed4e8

#d4eeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4eeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4eeda Color CSS Codes

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

#d4eeda Text Font Color

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

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


#d4eeda Background Color

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

This div background color is #d4eeda


#d4eeda Border Color

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

This div border color is #d4eeda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,238,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d4eeda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4eeda


Comments

No comments written yet.

Please login to write comment.