Color Hex Logo

#d4ebdf Color Hex

#D4EBDF
(212,235,223)
0 Favorites   0 Comments

Color spaces of #d4ebdf

RGB 212235223
HSL0.410.370.88
HSV149°10°92°
CMYK 0.100.000.05   0.08
XYZ70.179078.741481.3118
Yxy78.74140.30480.3420
Hunter Lab88.7364-14.11827.7862
CIE-Lab91.1172-9.79393.2330

#d4ebdf color RGB value is (212,235,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 11101011 11011111
Octal 324 353 337
Decimal 212 235 223
Hex D4 EB DF

RGB Percentages of Color #d4ebdf

%31.64
%35.07
%33.28

CMYK Percentages of Color #d4ebdf

%10
%0
%5
%8

Triadic Colors of #d4ebdf

#d4ebdf #dfd4eb #ebdfd4

Analogous Colors of #d4ebdf

#d4ebdf #d4ebeb #d5ebd4

Monochromatic Colors of #d4ebdf

#d4ebdf

Complementary Color

#d4ebdf #ebd4e0

#d4ebdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4ebdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4ebdf Color CSS Codes

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

#d4ebdf Text Font Color

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

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


#d4ebdf Background Color

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

This div background color is #d4ebdf


#d4ebdf Border Color

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

This div border color is #d4ebdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4ebdf


Comments

No comments written yet.

Please login to write comment.