Color Hex Logo

#d8fdee Color Hex

#D8FDEE
(216,253,238)
0 Favorites   0 Comments

Color spaces of #d8fdee

RGB 216253238
HSL0.430.900.92
HSV156°15°99°
CMYK 0.150.000.06   0.01
XYZ78.876891.022594.3008
Yxy91.02250.29850.3445
Hunter Lab95.4057-19.38498.1806
CIE-Lab96.4193-14.70043.1859

#d8fdee color RGB value is (216,253,238).

#d8fdee hex color red value is 216, green value is 253 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d8fdee hue: 0.43 , saturation: 0.90 and the lightness value of d8fdee is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 11111101 11101110
Octal 330 375 356
Decimal 216 253 238
Hex D8 FD EE

RGB Percentages of Color #d8fdee

%30.55
%35.79
%33.66

CMYK Percentages of Color #d8fdee

%15
%0
%6
%1

Triadic Colors of #d8fdee

#d8fdee #eed8fd #fdeed8

Analogous Colors of #d8fdee

#d8fdee #d8fafd #d8fddc

Monochromatic Colors of #d8fdee

#d8fdee

Complementary Color

#d8fdee #fdd8e7

#d8fdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8fdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8fdee Color CSS Codes

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

#d8fdee Text Font Color

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

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


#d8fdee Background Color

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

This div background color is #d8fdee


#d8fdee Border Color

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

This div border color is #d8fdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8fdee


Comments

No comments written yet.

Please login to write comment.