Color Hex Logo

#d9ebf6 Color Hex

#D9EBF6
(217,235,246)
0 Favorites   0 Comments

Color spaces of #d9ebf6

RGB 217235246
HSL0.560.620.91
HSV203°12°96°
CMYK 0.120.040.00   0.04
XYZ74.958280.822298.8383
Yxy80.82220.29440.3174
Hunter Lab89.9012-8.4965-2.2532
CIE-Lab92.0525-3.7915-7.3530

#d9ebf6 color RGB value is (217,235,246).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 11101011 11110110
Octal 331 353 366
Decimal 217 235 246
Hex D9 EB F6

RGB Percentages of Color #d9ebf6

%31.09
%33.67
%35.24

CMYK Percentages of Color #d9ebf6

%12
%4
%0
%4

Triadic Colors of #d9ebf6

#d9ebf6 #f6d9eb #ebf6d9

Analogous Colors of #d9ebf6

#d9ebf6 #d9ddf6 #d9f6f3

Monochromatic Colors of #d9ebf6

#d9ebf6

Complementary Color

#d9ebf6 #f6e4d9

#d9ebf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9ebf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9ebf6 Color CSS Codes

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

#d9ebf6 Text Font Color

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

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


#d9ebf6 Background Color

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

This div background color is #d9ebf6


#d9ebf6 Border Color

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

This div border color is #d9ebf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9ebf6

Related Colors


Comments

No comments written yet.

Please login to write comment.