Color Hex Logo

#d3faad Color Hex

#D3FAAD
(211,250,173)
0 Favorites   0 Comments

Color spaces of #d3faad

RGB 211250173
HSL0.250.890.83
HSV90°31°98°
CMYK 0.160.000.31   0.02
XYZ68.592485.237252.3724
Yxy85.23720.33260.4134
Hunter Lab92.3240-28.949930.9935
CIE-Lab93.9852-25.588032.9267

#d3faad color RGB value is (211,250,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 11111010 10101101
Octal 323 372 255
Decimal 211 250 173
Hex D3 FA AD

RGB Percentages of Color #d3faad

%33.28
%39.43
%27.29

CMYK Percentages of Color #d3faad

%16
%0
%31
%2

Triadic Colors of #d3faad

#d3faad #add3fa #faadd3

Analogous Colors of #d3faad

#d3faad #adfaae #fafaad

Monochromatic Colors of #d3faad

#d3faad

Complementary Color

#d3faad #d4adfa

#d3faad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3faad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3faad Color CSS Codes

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

#d3faad Text Font Color

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

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


#d3faad Background Color

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

This div background color is #d3faad


#d3faad Border Color

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

This div border color is #d3faad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3faad

Related Colors


Comments

No comments written yet.

Please login to write comment.