Color Hex Logo

#fae18d Color Hex

#FAE18D
(250,225,141)
0 Favorites   0 Comments

Color spaces of #fae18d

RGB 250225141
HSL0.130.920.77
HSV46°44°98°
CMYK 0.000.100.44   0.02
XYZ71.157376.097536.1372
Yxy76.09750.38800.4149
Hunter Lab87.2339-7.055636.5025
CIE-Lab89.9046-2.477144.1223

#fae18d color RGB value is (250,225,141).

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

The process color (four color CMYK) of #fae18d color hex is 0.00, 0.10, 0.44, 0.02. Web safe color of #fae18d is #ffcc99. Color #fae18d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100001 10001101
Octal 372 341 215
Decimal 250 225 141
Hex FA E1 8D

RGB Percentages of Color #fae18d

%40.58
%36.53
%22.89

CMYK Percentages of Color #fae18d

%0
%10
%44
%2

Triadic Colors of #fae18d

#fae18d #8dfae1 #e18dfa

Analogous Colors of #fae18d

#fae18d #ddfa8d #faab8d

Monochromatic Colors of #fae18d

#fae18d

Complementary Color

#fae18d #8da6fa

#fae18d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae18d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae18d Color CSS Codes

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

#fae18d Text Font Color

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

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


#fae18d Background Color

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

This div background color is #fae18d


#fae18d Border Color

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

This div border color is #fae18d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae18d


Comments

No comments written yet.

Please login to write comment.