Color Hex Logo

#faedec Color Hex

#FAEDEC
(250,237,236)
0 Favorites   0 Comments

Color spaces of #faedec

RGB 250237236
HSL0.010.580.95
HSV98°
CMYK 0.000.050.06   0.02
XYZ84.848986.948591.6676
Yxy86.94850.32200.3300
Hunter Lab93.2462-0.75566.9861
CIE-Lab94.71644.21092.0411

#faedec color RGB value is (250,237,236).

#faedec hex color red value is 250, green value is 237 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #faedec hue: 0.01 , saturation: 0.58 and the lightness value of faedec is 0.95.

The process color (four color CMYK) of #faedec color hex is 0.00, 0.05, 0.06, 0.02. Web safe color of #faedec is #ffffff. Color #faedec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101101 11101100
Octal 372 355 354
Decimal 250 237 236
Hex FA ED EC

RGB Percentages of Color #faedec

%34.58
%32.78
%32.64

CMYK Percentages of Color #faedec

%0
%5
%6
%2

Triadic Colors of #faedec

#faedec #ecfaed #edecfa

Analogous Colors of #faedec

#faedec #faf4ec #faecf2

Monochromatic Colors of #faedec

#faedec

Complementary Color

#faedec #ecf9fa

#faedec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faedec Color Preview on White Background

Lorem ipsum dolor sit amet.

#faedec Color CSS Codes

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

#faedec Text Font Color

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

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


#faedec Background Color

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

This div background color is #faedec


#faedec Border Color

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

This div border color is #faedec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faedec


Comments

No comments written yet.

Please login to write comment.