Color Hex Logo

#d9eafc Color Hex

#D9EAFC
(217,234,252)
0 Favorites   0 Comments

Color spaces of #d9eafc

RGB 217234252
HSL0.590.850.92
HSV211°14°99°
CMYK 0.140.070.00   0.01
XYZ75.608880.6256103.6728
Yxy80.62560.29090.3102
Hunter Lab89.7918-6.8304-5.6015
CIE-Lab91.9648-2.0809-10.6114

#d9eafc color RGB value is (217,234,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 11101010 11111100
Octal 331 352 374
Decimal 217 234 252
Hex D9 EA FC

RGB Percentages of Color #d9eafc

%30.87
%33.29
%35.85

CMYK Percentages of Color #d9eafc

%14
%7
%0
%1

Triadic Colors of #d9eafc

#d9eafc #fcd9ea #eafcd9

Analogous Colors of #d9eafc

#d9eafc #dad9fc #d9fcfc

Monochromatic Colors of #d9eafc

#d9eafc

Complementary Color

#d9eafc #fcebd9

#d9eafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9eafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9eafc Color CSS Codes

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

#d9eafc Text Font Color

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

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


#d9eafc Background Color

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

This div background color is #d9eafc


#d9eafc Border Color

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

This div border color is #d9eafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9eafc


Comments

No comments written yet.

Please login to write comment.