Color Hex Logo

#d9effe Color Hex

#D9EFFE
(217,239,254)
0 Favorites   0 Comments

Color spaces of #d9effe

RGB 217239254
HSL0.570.950.92
HSV204°15°100°
CMYK 0.150.060.00   0.00
XYZ77.371283.6405105.8323
Yxy83.64050.28990.3134
Hunter Lab91.4552-9.0353-4.5920
CIE-Lab93.2941-4.2387-9.6762

#d9effe color RGB value is (217,239,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 11101111 11111110
Octal 331 357 376
Decimal 217 239 254
Hex D9 EF FE

RGB Percentages of Color #d9effe

%30.56
%33.66
%35.77

CMYK Percentages of Color #d9effe

%15
%6
%0
%0

Triadic Colors of #d9effe

#d9effe #fed9ef #effed9

Analogous Colors of #d9effe

#d9effe #d9ddfe #d9fefb

Monochromatic Colors of #d9effe

#d9effe

Complementary Color

#d9effe #fee8d9

#d9effe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9effe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9effe Color CSS Codes

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

#d9effe Text Font Color

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

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


#d9effe Background Color

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

This div background color is #d9effe


#d9effe Border Color

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

This div border color is #d9effe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9effe


Comments

No comments written yet.

Please login to write comment.