Color Hex Logo

#d9feee Color Hex

#D9FEEE
(217,254,238)
0 Favorites   0 Comments

Color spaces of #d9feee

RGB 217254238
HSL0.430.950.92
HSV154°15°100°
CMYK 0.150.000.06   0.00
XYZ79.489791.808494.4202
Yxy91.80840.29920.3455
Hunter Lab95.8167-19.59538.6458
CIE-Lab96.7419-14.87713.6617

#d9feee color RGB value is (217,254,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 11111110 11101110
Octal 331 376 356
Decimal 217 254 238
Hex D9 FE EE

RGB Percentages of Color #d9feee

%30.61
%35.83
%33.57

CMYK Percentages of Color #d9feee

%15
%0
%6
%0

Triadic Colors of #d9feee

#d9feee #eed9fe #feeed9

Analogous Colors of #d9feee

#d9feee #d9fcfe #d9fedc

Monochromatic Colors of #d9feee

#d9feee

Complementary Color

#d9feee #fed9e9

#d9feee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9feee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9feee Color CSS Codes

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

#d9feee Text Font Color

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

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


#d9feee Background Color

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

This div background color is #d9feee


#d9feee Border Color

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

This div border color is #d9feee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9feee


Comments

No comments written yet.

Please login to write comment.