Color Hex Logo

#faede5 Color Hex

#FAEDE5
(250,237,229)
0 Favorites   0 Comments

Color spaces of #faede5

RGB 250237229
HSL0.060.680.94
HSV23°98°
CMYK 0.000.050.08   0.02
XYZ83.851486.549586.4150
Yxy86.54950.32650.3370
Hunter Lab93.0320-1.920710.0494
CIE-Lab94.54683.04795.4269

#faede5 color RGB value is (250,237,229).

#faede5 hex color red value is 250, green value is 237 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #faede5 hue: 0.06 , saturation: 0.68 and the lightness value of faede5 is 0.94.

The process color (four color CMYK) of #faede5 color hex is 0.00, 0.05, 0.08, 0.02. Web safe color of #faede5 is #ffffcc. Color #faede5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101101 11100101
Octal 372 355 345
Decimal 250 237 229
Hex FA ED E5

RGB Percentages of Color #faede5

%34.92
%33.10
%31.98

CMYK Percentages of Color #faede5

%0
%5
%8
%2

Triadic Colors of #faede5

#faede5 #e5faed #ede5fa

Analogous Colors of #faede5

#faede5 #faf8e5 #fae5e8

Monochromatic Colors of #faede5

#faede5

Complementary Color

#faede5 #e5f2fa

#faede5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faede5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faede5 Color CSS Codes

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

#faede5 Text Font Color

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

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


#faede5 Background Color

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

This div background color is #faede5


#faede5 Border Color

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

This div border color is #faede5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faede5


Comments

No comments written yet.

Please login to write comment.