Color Hex Logo

#d4ebde Color Hex

#D4EBDE
(212,235,222)
0 Favorites   0 Comments

Color spaces of #d4ebde

RGB 212235222
HSL0.410.370.88
HSV146°10°92°
CMYK 0.100.000.06   0.08
XYZ70.044578.687680.6037
Yxy78.68760.30540.3431
Hunter Lab88.7060-14.28758.2197
CIE-Lab91.0928-9.97763.7192

#d4ebde color RGB value is (212,235,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 11101011 11011110
Octal 324 353 336
Decimal 212 235 222
Hex D4 EB DE

RGB Percentages of Color #d4ebde

%31.69
%35.13
%33.18

CMYK Percentages of Color #d4ebde

%10
%0
%6
%8

Triadic Colors of #d4ebde

#d4ebde #ded4eb #ebded4

Analogous Colors of #d4ebde

#d4ebde #d4ebea #d6ebd4

Monochromatic Colors of #d4ebde

#d4ebde

Complementary Color

#d4ebde #ebd4e1

#d4ebde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4ebde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4ebde Color CSS Codes

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

#d4ebde Text Font Color

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

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


#d4ebde Background Color

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

This div background color is #d4ebde


#d4ebde Border Color

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

This div border color is #d4ebde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4ebde


Comments

No comments written yet.

Please login to write comment.