Color Hex Logo

#d9faae Color Hex

#D9FAAE
(217,250,174)
0 Favorites   0 Comments

Color spaces of #d9faae

RGB 217250174
HSL0.240.880.83
HSV86°30°98°
CMYK 0.130.000.30   0.02
XYZ70.440986.178952.9660
Yxy86.17890.33610.4112
Hunter Lab92.8326-27.012131.1547
CIE-Lab94.3888-23.334333.0326

#d9faae color RGB value is (217,250,174).

#d9faae hex color red value is 217, green value is 250 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d9faae hue: 0.24 , saturation: 0.88 and the lightness value of d9faae is 0.83.

The process color (four color CMYK) of #d9faae color hex is 0.13, 0.00, 0.30, 0.02. Web safe color of #d9faae is #ccff99. Color #d9faae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 11111010 10101110
Octal 331 372 256
Decimal 217 250 174
Hex D9 FA AE

RGB Percentages of Color #d9faae

%33.85
%39.00
%27.15

CMYK Percentages of Color #d9faae

%13
%0
%30
%2

Triadic Colors of #d9faae

#d9faae #aed9fa #faaed9

Analogous Colors of #d9faae

#d9faae #b3faae #faf5ae

Monochromatic Colors of #d9faae

#d9faae

Complementary Color

#d9faae #cfaefa

#d9faae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9faae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9faae Color CSS Codes

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

#d9faae Text Font Color

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

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


#d9faae Background Color

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

This div background color is #d9faae


#d9faae Border Color

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

This div border color is #d9faae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9faae


Comments

No comments written yet.

Please login to write comment.