Color Hex Logo

#d1faad Color Hex

#D1FAAD
(209,250,173)
0 Favorites   0 Comments

Color spaces of #d1faad

RGB 209250173
HSL0.260.890.83
HSV92°31°98°
CMYK 0.160.000.31   0.02
XYZ68.022984.943752.3457
Yxy84.94370.33130.4137
Hunter Lab92.1649-29.545530.8413
CIE-Lab93.8588-26.287932.7354

#d1faad color RGB value is (209,250,173).

#d1faad hex color red value is 209, green value is 250 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d1faad hue: 0.26 , saturation: 0.89 and the lightness value of d1faad is 0.83.

The process color (four color CMYK) of #d1faad color hex is 0.16, 0.00, 0.31, 0.02. Web safe color of #d1faad is #ccff99. Color #d1faad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 11111010 10101101
Octal 321 372 255
Decimal 209 250 173
Hex D1 FA AD

RGB Percentages of Color #d1faad

%33.07
%39.56
%27.37

CMYK Percentages of Color #d1faad

%16
%0
%31
%2

Triadic Colors of #d1faad

#d1faad #add1fa #faadd1

Analogous Colors of #d1faad

#d1faad #adfab0 #f8faad

Monochromatic Colors of #d1faad

#d1faad

Complementary Color

#d1faad #d6adfa

#d1faad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1faad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1faad Color CSS Codes

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

#d1faad Text Font Color

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

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


#d1faad Background Color

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

This div background color is #d1faad


#d1faad Border Color

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

This div border color is #d1faad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1faad


Comments

No comments written yet.

Please login to write comment.