Color Hex Logo

#d8eaf8 Color Hex

#D8EAF8
(216,234,248)
0 Favorites   0 Comments

Color spaces of #d8eaf8

RGB 216234248
HSL0.570.700.91
HSV206°13°97°
CMYK 0.130.060.00   0.03
XYZ74.685080.2219100.3550
Yxy80.22190.29260.3143
Hunter Lab89.5667-7.8998-3.7348
CIE-Lab91.7843-3.1975-8.8009

#d8eaf8 color RGB value is (216,234,248).

#d8eaf8 hex color red value is 216, green value is 234 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #d8eaf8 hue: 0.57 , saturation: 0.70 and the lightness value of d8eaf8 is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 11101010 11111000
Octal 330 352 370
Decimal 216 234 248
Hex D8 EA F8

RGB Percentages of Color #d8eaf8

%30.95
%33.52
%35.53

CMYK Percentages of Color #d8eaf8

%13
%6
%0
%3

Triadic Colors of #d8eaf8

#d8eaf8 #f8d8ea #eaf8d8

Analogous Colors of #d8eaf8

#d8eaf8 #d8daf8 #d8f8f6

Monochromatic Colors of #d8eaf8

#d8eaf8

Complementary Color

#d8eaf8 #f8e6d8

#d8eaf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8eaf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8eaf8 Color CSS Codes

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

#d8eaf8 Text Font Color

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

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


#d8eaf8 Background Color

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

This div background color is #d8eaf8


#d8eaf8 Border Color

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

This div border color is #d8eaf8


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,234,248, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8eaf8


Comments

No comments written yet.

Please login to write comment.