Color Hex Logo

#faed8e Color Hex

#FAED8E
(250,237,142)
0 Favorites   0 Comments

Color spaces of #faed8e

RGB 250237142
HSL0.150.920.77
HSV53°43°98°
CMYK 0.000.050.43   0.02
XYZ74.591082.845437.6506
Yxy82.84540.38230.4247
Hunter Lab91.0194-13.002239.1880
CIE-Lab92.9467-8.401447.4607

#faed8e color RGB value is (250,237,142).

#faed8e hex color red value is 250, green value is 237 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #faed8e hue: 0.15 , saturation: 0.92 and the lightness value of faed8e is 0.77.

The process color (four color CMYK) of #faed8e color hex is 0.00, 0.05, 0.43, 0.02. Web safe color of #faed8e is #ffff99. Color #faed8e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101101 10001110
Octal 372 355 216
Decimal 250 237 142
Hex FA ED 8E

RGB Percentages of Color #faed8e

%39.75
%37.68
%22.58

CMYK Percentages of Color #faed8e

%0
%5
%43
%2

Triadic Colors of #faed8e

#faed8e #8efaed #ed8efa

Analogous Colors of #faed8e

#faed8e #d1fa8e #fab78e

Monochromatic Colors of #faed8e

#faed8e

Complementary Color

#faed8e #8e9bfa

#faed8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faed8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#faed8e Color CSS Codes

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

#faed8e Text Font Color

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

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


#faed8e Background Color

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

This div background color is #faed8e


#faed8e Border Color

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

This div border color is #faed8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faed8e


Comments

No comments written yet.

Please login to write comment.