Color Hex Logo

#d9efff Color Hex

#D9EFFF
(217,239,255)
0 Favorites   0 Comments

Color spaces of #d9efff

RGB 217239255
HSL0.571.000.93
HSV205°15°100°
CMYK 0.150.060.00   0.00
XYZ77.531883.7047106.6780
Yxy83.70470.28940.3124
Hunter Lab91.4903-8.8413-5.0892
CIE-Lab93.3221-4.0364-10.1543

#d9efff color RGB value is (217,239,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 11101111 11111111
Octal 331 357 377
Decimal 217 239 255
Hex D9 EF FF

RGB Percentages of Color #d9efff

%30.52
%33.61
%35.86

CMYK Percentages of Color #d9efff

%15
%6
%0
%0

Triadic Colors of #d9efff

#d9efff #ffd9ef #efffd9

Analogous Colors of #d9efff

#d9efff #d9dcff #d9fffc

Monochromatic Colors of #d9efff

#d9efff

Complementary Color

#d9efff #ffe9d9

#d9efff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9efff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9efff Color CSS Codes

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

#d9efff Text Font Color

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

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


#d9efff Background Color

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

This div background color is #d9efff


#d9efff Border Color

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

This div border color is #d9efff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9efff

Related Colors

#d9efff Color Palettes


Comments

No comments written yet.

Please login to write comment.