Color Hex Logo

#d9fbee Color Hex

#D9FBEE
(217,251,238)
0 Favorites   0 Comments

Color spaces of #d9fbee

RGB 217251238
HSL0.440.810.92
HSV157°14°98°
CMYK 0.140.000.05   0.02
XYZ78.545189.919194.1053
Yxy89.91910.29910.3425
Hunter Lab94.8257-18.09157.5384
CIE-Lab95.9632-13.39402.5314

#d9fbee color RGB value is (217,251,238).

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

The process color (four color CMYK) of #d9fbee color hex is 0.14, 0.00, 0.05, 0.02. Web safe color of #d9fbee is #ccffff. Color #d9fbee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 11111011 11101110
Octal 331 373 356
Decimal 217 251 238
Hex D9 FB EE

RGB Percentages of Color #d9fbee

%30.74
%35.55
%33.71

CMYK Percentages of Color #d9fbee

%14
%0
%5
%2

Triadic Colors of #d9fbee

#d9fbee #eed9fb #fbeed9

Analogous Colors of #d9fbee

#d9fbee #d9f7fb #d9fbdd

Monochromatic Colors of #d9fbee

#d9fbee

Complementary Color

#d9fbee #fbd9e6

#d9fbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9fbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9fbee Color CSS Codes

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

#d9fbee Text Font Color

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

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


#d9fbee Background Color

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

This div background color is #d9fbee


#d9fbee Border Color

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

This div border color is #d9fbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9fbee

Related Colors


Comments

No comments written yet.

Please login to write comment.