Color Hex Logo

#fafdae Color Hex

#FAFDAE
(250,253,174)
0 Favorites   0 Comments

Color spaces of #fafdae

RGB 250253174
HSL0.170.950.84
HSV62°31°99°
CMYK 0.010.000.31   0.01
XYZ82.189693.630553.7850
Yxy93.63050.35800.4078
Hunter Lab96.7629-17.718534.7780
CIE-Lab97.4829-12.796837.5607

#fafdae color RGB value is (250,253,174).

#fafdae hex color red value is 250, green value is 253 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #fafdae hue: 0.17 , saturation: 0.95 and the lightness value of fafdae is 0.84.

The process color (four color CMYK) of #fafdae color hex is 0.01, 0.00, 0.31, 0.01. Web safe color of #fafdae is #ffff99. Color #fafdae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111101 10101110
Octal 372 375 256
Decimal 250 253 174
Hex FA FD AE

RGB Percentages of Color #fafdae

%36.93
%37.37
%25.70

CMYK Percentages of Color #fafdae

%1
%0
%31
%1

Triadic Colors of #fafdae

#fafdae #aefafd #fdaefa

Analogous Colors of #fafdae

#fafdae #d3fdae #fdd9ae

Monochromatic Colors of #fafdae

#fafdae

Complementary Color

#fafdae #b1aefd

#fafdae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafdae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafdae Color CSS Codes

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

#fafdae Text Font Color

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

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


#fafdae Background Color

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

This div background color is #fafdae


#fafdae Border Color

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

This div border color is #fafdae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafdae

Related Colors


Comments

No comments written yet.

Please login to write comment.