Color Hex Logo

#d9eaff Color Hex

#D9EAFF
(217,234,255)
0 Favorites   0 Comments

Color spaces of #d9eaff

RGB 217234255
HSL0.591.000.93
HSV213°15°100°
CMYK 0.150.080.00   0.00
XYZ76.088180.8174106.1968
Yxy80.81740.28920.3072
Hunter Lab89.8985-6.2439-7.1101
CIE-Lab92.0504-1.4728-12.0478

#d9eaff color RGB value is (217,234,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 11101010 11111111
Octal 331 352 377
Decimal 217 234 255
Hex D9 EA FF

RGB Percentages of Color #d9eaff

%30.74
%33.14
%36.12

CMYK Percentages of Color #d9eaff

%15
%8
%0
%0

Triadic Colors of #d9eaff

#d9eaff #ffd9ea #eaffd9

Analogous Colors of #d9eaff

#d9eaff #dbd9ff #d9fdff

Monochromatic Colors of #d9eaff

#d9eaff

Complementary Color

#d9eaff #ffeed9

#d9eaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9eaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9eaff Color CSS Codes

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

#d9eaff Text Font Color

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

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


#d9eaff Background Color

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

This div background color is #d9eaff


#d9eaff Border Color

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

This div border color is #d9eaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9eaff

Related Colors


Comments

No comments written yet.

Please login to write comment.