Color Hex Logo

#d4faad Color Hex

#D4FAAD
(212,250,173)
1 Favorites   0 Comments

Color spaces of #d4faad

RGB 212250173
HSL0.250.890.83
HSV90°31°98°
CMYK 0.150.000.31   0.02
XYZ68.879885.385452.3858
Yxy85.38540.33330.4132
Hunter Lab92.4042-28.650231.0703
CIE-Lab94.0489-25.237033.0231

#d4faad color RGB value is (212,250,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 11111010 10101101
Octal 324 372 255
Decimal 212 250 173
Hex D4 FA AD

RGB Percentages of Color #d4faad

%33.39
%39.37
%27.24

CMYK Percentages of Color #d4faad

%15
%0
%31
%2

Triadic Colors of #d4faad

#d4faad #add4fa #faadd4

Analogous Colors of #d4faad

#d4faad #aefaad #fafaad

Monochromatic Colors of #d4faad

#d4faad

Complementary Color

#d4faad #d3adfa

#d4faad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4faad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4faad Color CSS Codes

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

#d4faad Text Font Color

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

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


#d4faad Background Color

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

This div background color is #d4faad


#d4faad Border Color

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

This div border color is #d4faad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4faad


Comments

No comments written yet.

Please login to write comment.