Color Hex Logo

#d9ebfc Color Hex

#D9EBFC
(217,235,252)
0 Favorites   0 Comments

Color spaces of #d9ebfc

RGB 217235252
HSL0.580.850.92
HSV209°14°99°
CMYK 0.140.070.00   0.01
XYZ75.894381.1967103.7679
Yxy81.19670.29090.3113
Hunter Lab90.1092-7.3499-5.2007
CIE-Lab92.2191-2.5947-10.2330

#d9ebfc color RGB value is (217,235,252).

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

The process color (four color CMYK) of #d9ebfc color hex is 0.14, 0.07, 0.00, 0.01. Web safe color of #d9ebfc is #ccffff. Color #d9ebfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 11101011 11111100
Octal 331 353 374
Decimal 217 235 252
Hex D9 EB FC

RGB Percentages of Color #d9ebfc

%30.82
%33.38
%35.80

CMYK Percentages of Color #d9ebfc

%14
%7
%0
%1

Triadic Colors of #d9ebfc

#d9ebfc #fcd9eb #ebfcd9

Analogous Colors of #d9ebfc

#d9ebfc #d9dafc #d9fcfc

Monochromatic Colors of #d9ebfc

#d9ebfc

Complementary Color

#d9ebfc #fcead9

#d9ebfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9ebfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9ebfc Color CSS Codes

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

#d9ebfc Text Font Color

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

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


#d9ebfc Background Color

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

This div background color is #d9ebfc


#d9ebfc Border Color

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

This div border color is #d9ebfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9ebfc

Related Colors


Comments

No comments written yet.

Please login to write comment.