Color Hex Logo

#fae29f Color Hex

#FAE29F
(250,226,159)
0 Favorites   0 Comments

Color spaces of #fae29f

RGB 250226159
HSL0.120.900.80
HSV44°36°98°
CMYK 0.000.100.36   0.02
XYZ72.878777.219943.8647
Yxy77.21990.37570.3981
Hunter Lab87.8749-5.742731.9165
CIE-Lab90.4227-1.078635.7757

#fae29f color RGB value is (250,226,159).

#fae29f hex color red value is 250, green value is 226 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #fae29f hue: 0.12 , saturation: 0.90 and the lightness value of fae29f is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100010 10011111
Octal 372 342 237
Decimal 250 226 159
Hex FA E2 9F

RGB Percentages of Color #fae29f

%39.37
%35.59
%25.04

CMYK Percentages of Color #fae29f

%0
%10
%36
%2

Triadic Colors of #fae29f

#fae29f #9ffae2 #e29ffa

Analogous Colors of #fae29f

#fae29f #e5fa9f #fab59f

Monochromatic Colors of #fae29f

#fae29f

Complementary Color

#fae29f #9fb7fa

#fae29f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae29f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae29f Color CSS Codes

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

#fae29f Text Font Color

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

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


#fae29f Background Color

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

This div background color is #fae29f


#fae29f Border Color

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

This div border color is #fae29f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae29f

Related Colors


Comments

No comments written yet.

Please login to write comment.