Color Hex Logo

#faeada Color Hex

#FAEADA
(250,234,218)
0 Favorites   0 Comments

Color spaces of #faeada

RGB 250234218
HSL0.080.760.92
HSV30°13°98°
CMYK 0.000.060.13   0.02
XYZ81.502084.231678.2924
Yxy84.23160.33400.3452
Hunter Lab91.7778-2.096613.6662
CIE-Lab93.55102.81899.7037

#faeada color RGB value is (250,234,218).

#faeada hex color red value is 250, green value is 234 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #faeada hue: 0.08 , saturation: 0.76 and the lightness value of faeada is 0.92.

The process color (four color CMYK) of #faeada color hex is 0.00, 0.06, 0.13, 0.02. Web safe color of #faeada is #ffffcc. Color #faeada contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101010 11011010
Octal 372 352 332
Decimal 250 234 218
Hex FA EA DA

RGB Percentages of Color #faeada

%35.61
%33.33
%31.05

CMYK Percentages of Color #faeada

%0
%6
%13
%2

Triadic Colors of #faeada

#faeada #dafaea #eadafa

Analogous Colors of #faeada

#faeada #fafada #fadada

Monochromatic Colors of #faeada

#faeada

Complementary Color

#faeada #daeafa

#faeada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faeada Color Preview on White Background

Lorem ipsum dolor sit amet.

#faeada Color CSS Codes

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

#faeada Text Font Color

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

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


#faeada Background Color

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

This div background color is #faeada


#faeada Border Color

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

This div border color is #faeada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faeada


Comments

No comments written yet.

Please login to write comment.