Color Hex Logo

#faeade Color Hex

#FAEADE
(250,234,222)
0 Favorites   0 Comments

Color spaces of #faeade

RGB 250234222
HSL0.070.740.93
HSV26°11°98°
CMYK 0.000.060.11   0.02
XYZ82.032084.443681.0829
Yxy84.44360.33140.3411
Hunter Lab91.8932-1.468212.0101
CIE-Lab93.64283.45067.7580

#faeade color RGB value is (250,234,222).

#faeade hex color red value is 250, green value is 234 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #faeade hue: 0.07 , saturation: 0.74 and the lightness value of faeade is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101010 11011110
Octal 372 352 336
Decimal 250 234 222
Hex FA EA DE

RGB Percentages of Color #faeade

%35.41
%33.14
%31.44

CMYK Percentages of Color #faeade

%0
%6
%11
%2

Triadic Colors of #faeade

#faeade #defaea #eadefa

Analogous Colors of #faeade

#faeade #faf8de #fadee0

Monochromatic Colors of #faeade

#faeade

Complementary Color

#faeade #deeefa

#faeade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faeade Color Preview on White Background

Lorem ipsum dolor sit amet.

#faeade Color CSS Codes

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

#faeade Text Font Color

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

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


#faeade Background Color

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

This div background color is #faeade


#faeade Border Color

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

This div border color is #faeade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faeade


Comments

No comments written yet.

Please login to write comment.