Color Hex Logo

#d9eefc Color Hex

#D9EEFC
(217,238,252)
0 Favorites   0 Comments

Color spaces of #d9eefc

RGB 217238252
HSL0.570.850.92
HSV204°14°99°
CMYK 0.140.060.00   0.01
XYZ76.760582.9291104.0567
Yxy82.92910.29100.3144
Hunter Lab91.0654-8.9040-4.0024
CIE-Lab92.9834-4.1308-9.0978

#d9eefc color RGB value is (217,238,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 11101110 11111100
Octal 331 356 374
Decimal 217 238 252
Hex D9 EE FC

RGB Percentages of Color #d9eefc

%30.69
%33.66
%35.64

CMYK Percentages of Color #d9eefc

%14
%6
%0
%1

Triadic Colors of #d9eefc

#d9eefc #fcd9ee #eefcd9

Analogous Colors of #d9eefc

#d9eefc #d9ddfc #d9fcf9

Monochromatic Colors of #d9eefc

#d9eefc

Complementary Color

#d9eefc #fce7d9

#d9eefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9eefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9eefc Color CSS Codes

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

#d9eefc Text Font Color

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

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


#d9eefc Background Color

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

This div background color is #d9eefc


#d9eefc Border Color

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

This div border color is #d9eefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9eefc

Related Colors


Comments

No comments written yet.

Please login to write comment.