Color Hex Logo

#d5ebdf Color Hex

#D5EBDF
(213,235,223)
0 Favorites   0 Comments

Color spaces of #d5ebdf

RGB 213235223
HSL0.410.350.88
HSV147°92°
CMYK 0.090.000.05   0.08
XYZ70.468278.890581.3254
Yxy78.89050.30550.3420
Hunter Lab88.8203-13.81747.8873
CIE-Lab91.1847-9.46533.3394

#d5ebdf color RGB value is (213,235,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 11101011 11011111
Octal 325 353 337
Decimal 213 235 223
Hex D5 EB DF

RGB Percentages of Color #d5ebdf

%31.74
%35.02
%33.23

CMYK Percentages of Color #d5ebdf

%9
%0
%5
%8

Triadic Colors of #d5ebdf

#d5ebdf #dfd5eb #ebdfd5

Analogous Colors of #d5ebdf

#d5ebdf #d5ebea #d6ebd5

Monochromatic Colors of #d5ebdf

#d5ebdf

Complementary Color

#d5ebdf #ebd5e1

#d5ebdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5ebdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5ebdf Color CSS Codes

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

#d5ebdf Text Font Color

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

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


#d5ebdf Background Color

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

This div background color is #d5ebdf


#d5ebdf Border Color

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

This div border color is #d5ebdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5ebdf


Comments

No comments written yet.

Please login to write comment.