Color Hex Logo

#fae18f Color Hex

#FAE18F
(250,225,143)
0 Favorites   0 Comments

Color spaces of #fae18f

RGB 250225143
HSL0.130.910.77
HSV46°43°98°
CMYK 0.000.100.43   0.02
XYZ71.307576.157636.9282
Yxy76.15760.38670.4130
Hunter Lab87.2683-6.866135.9988
CIE-Lab89.9325-2.278043.1673

#fae18f color RGB value is (250,225,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100001 10001111
Octal 372 341 217
Decimal 250 225 143
Hex FA E1 8F

RGB Percentages of Color #fae18f

%40.45
%36.41
%23.14

CMYK Percentages of Color #fae18f

%0
%10
%43
%2

Triadic Colors of #fae18f

#fae18f #8ffae1 #e18ffa

Analogous Colors of #fae18f

#fae18f #defa8f #faac8f

Monochromatic Colors of #fae18f

#fae18f

Complementary Color

#fae18f #8fa8fa

#fae18f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae18f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae18f Color CSS Codes

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

#fae18f Text Font Color

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

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


#fae18f Background Color

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

This div background color is #fae18f


#fae18f Border Color

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

This div border color is #fae18f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae18f

Related Colors


Comments

No comments written yet.

Please login to write comment.