Color Hex Logo

#d9ebf5 Color Hex

#D9EBF5
(217,235,245)
0 Favorites   0 Comments

Color spaces of #d9ebf5

RGB 217235245
HSL0.560.580.91
HSV201°11°96°
CMYK 0.110.040.00   0.04
XYZ74.805080.760998.0320
Yxy80.76090.29500.3185
Hunter Lab89.8671-8.6847-1.7699
CIE-Lab92.0252-3.9887-6.8720

#d9ebf5 color RGB value is (217,235,245).

#d9ebf5 hex color red value is 217, green value is 235 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #d9ebf5 hue: 0.56 , saturation: 0.58 and the lightness value of d9ebf5 is 0.91.

The process color (four color CMYK) of #d9ebf5 color hex is 0.11, 0.04, 0.00, 0.04. Web safe color of #d9ebf5 is #ccffff. Color #d9ebf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 11101011 11110101
Octal 331 353 365
Decimal 217 235 245
Hex D9 EB F5

RGB Percentages of Color #d9ebf5

%31.13
%33.72
%35.15

CMYK Percentages of Color #d9ebf5

%11
%4
%0
%4

Triadic Colors of #d9ebf5

#d9ebf5 #f5d9eb #ebf5d9

Analogous Colors of #d9ebf5

#d9ebf5 #d9ddf5 #d9f5f1

Monochromatic Colors of #d9ebf5

#d9ebf5

Complementary Color

#d9ebf5 #f5e3d9

#d9ebf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9ebf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9ebf5 Color CSS Codes

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

#d9ebf5 Text Font Color

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

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


#d9ebf5 Background Color

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

This div background color is #d9ebf5


#d9ebf5 Border Color

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

This div border color is #d9ebf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9ebf5

#d9ebf5 Color Palettes


Comments

No comments written yet.

Please login to write comment.