Color Hex Logo

#fae87e Color Hex

#FAE87E
(250,232,126)
0 Favorites   0 Comments

Color spaces of #fae87e

RGB 250232126
HSL0.140.930.74
HSV51°50°98°
CMYK 0.000.070.50   0.02
XYZ72.046879.543631.2948
Yxy79.54360.39390.4349
Hunter Lab89.1872-11.882641.6269
CIE-Lab91.4797-7.382453.3219

#fae87e color RGB value is (250,232,126).

#fae87e hex color red value is 250, green value is 232 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #fae87e hue: 0.14 , saturation: 0.93 and the lightness value of fae87e is 0.74.

The process color (four color CMYK) of #fae87e color hex is 0.00, 0.07, 0.50, 0.02. Web safe color of #fae87e is #ffff66. Color #fae87e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101000 01111110
Octal 372 350 176
Decimal 250 232 126
Hex FA E8 7E

RGB Percentages of Color #fae87e

%41.12
%38.16
%20.72

CMYK Percentages of Color #fae87e

%0
%7
%50
%2

Triadic Colors of #fae87e

#fae87e #7efae8 #e87efa

Analogous Colors of #fae87e

#fae87e #cefa7e #faaa7e

Monochromatic Colors of #fae87e

#fae87e

Complementary Color

#fae87e #7e90fa

#fae87e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae87e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae87e Color CSS Codes

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

#fae87e Text Font Color

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

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


#fae87e Background Color

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

This div background color is #fae87e


#fae87e Border Color

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

This div border color is #fae87e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae87e

Related Colors


Comments

No comments written yet.

Please login to write comment.