Color Hex Logo

#faedce Color Hex

#FAEDCE
(250,237,206)
0 Favorites   0 Comments

Color spaces of #faedce

RGB 250237206
HSL0.120.810.89
HSV42°18°98°
CMYK 0.000.050.18   0.02
XYZ80.849185.348670.6052
Yxy85.34860.34140.3604
Hunter Lab92.3843-5.460219.3563
CIE-Lab94.0331-0.531016.6023

#faedce color RGB value is (250,237,206).

#faedce hex color red value is 250, green value is 237 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #faedce hue: 0.12 , saturation: 0.81 and the lightness value of faedce is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101101 11001110
Octal 372 355 316
Decimal 250 237 206
Hex FA ED CE

RGB Percentages of Color #faedce

%36.08
%34.20
%29.73

CMYK Percentages of Color #faedce

%0
%5
%18
%2

Triadic Colors of #faedce

#faedce #cefaed #edcefa

Analogous Colors of #faedce

#faedce #f1face #fad7ce

Monochromatic Colors of #faedce

#faedce

Complementary Color

#faedce #cedbfa

#faedce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faedce Color Preview on White Background

Lorem ipsum dolor sit amet.

#faedce Color CSS Codes

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

#faedce Text Font Color

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

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


#faedce Background Color

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

This div background color is #faedce


#faedce Border Color

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

This div border color is #faedce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faedce


Comments

No comments written yet.

Please login to write comment.