Color Hex Logo

#faede3 Color Hex

#FAEDE3
(250,237,227)
0 Favorites   0 Comments

Color spaces of #faede3

RGB 250237227
HSL0.070.700.94
HSV26°98°
CMYK 0.000.050.09   0.02
XYZ83.573786.438484.9525
Yxy86.43840.32780.3390
Hunter Lab92.9723-2.246010.9049
CIE-Lab94.49952.72196.3959

#faede3 color RGB value is (250,237,227).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101101 11100011
Octal 372 355 343
Decimal 250 237 227
Hex FA ED E3

RGB Percentages of Color #faede3

%35.01
%33.19
%31.79

CMYK Percentages of Color #faede3

%0
%5
%9
%2

Triadic Colors of #faede3

#faede3 #e3faed #ede3fa

Analogous Colors of #faede3

#faede3 #faf9e3 #fae3e5

Monochromatic Colors of #faede3

#faede3

Complementary Color

#faede3 #e3f0fa

#faede3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faede3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faede3 Color CSS Codes

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

#faede3 Text Font Color

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

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


#faede3 Background Color

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

This div background color is #faede3


#faede3 Border Color

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

This div border color is #faede3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faede3


Comments

No comments written yet.

Please login to write comment.