Color Hex Logo

#d9faec Color Hex

#D9FAEC
(217,250,236)
0 Favorites   0 Comments

Color spaces of #d9faec

RGB 217250236
HSL0.430.770.92
HSV155°13°98°
CMYK 0.130.000.06   0.02
XYZ77.941289.179192.4622
Yxy89.17910.30030.3435
Hunter Lab94.4347-17.93668.0527
CIE-Lab95.6552-13.27213.1157

#d9faec color RGB value is (217,250,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 11111010 11101100
Octal 331 372 354
Decimal 217 250 236
Hex D9 FA EC

RGB Percentages of Color #d9faec

%30.87
%35.56
%33.57

CMYK Percentages of Color #d9faec

%13
%0
%6
%2

Triadic Colors of #d9faec

#d9faec #ecd9fa #faecd9

Analogous Colors of #d9faec

#d9faec #d9f8fa #d9fadc

Monochromatic Colors of #d9faec

#d9faec

Complementary Color

#d9faec #fad9e7

#d9faec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9faec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9faec Color CSS Codes

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

#d9faec Text Font Color

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

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


#d9faec Background Color

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

This div background color is #d9faec


#d9faec Border Color

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

This div border color is #d9faec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,250,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9faec


Comments

No comments written yet.

Please login to write comment.