Color Hex Logo

#fae37e Color Hex

#FAE37E
(250,227,126)
0 Favorites   0 Comments

Color spaces of #fae37e

RGB 250227126
HSL0.140.930.74
HSV49°50°98°
CMYK 0.000.090.50   0.02
XYZ70.659376.768530.8323
Yxy76.76850.39640.4307
Hunter Lab87.6176-9.379440.4684
CIE-Lab90.2150-4.876551.7948

#fae37e color RGB value is (250,227,126).

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

The process color (four color CMYK) of #fae37e color hex is 0.00, 0.09, 0.50, 0.02. Web safe color of #fae37e is #ffcc66. Color #fae37e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100011 01111110
Octal 372 343 176
Decimal 250 227 126
Hex FA E3 7E

RGB Percentages of Color #fae37e

%41.46
%37.65
%20.90

CMYK Percentages of Color #fae37e

%0
%9
%50
%2

Triadic Colors of #fae37e

#fae37e #7efae3 #e37efa

Analogous Colors of #fae37e

#fae37e #d3fa7e #faa57e

Monochromatic Colors of #fae37e

#fae37e

Complementary Color

#fae37e #7e95fa

#fae37e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae37e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae37e Color CSS Codes

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

#fae37e Text Font Color

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

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


#fae37e Background Color

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

This div background color is #fae37e


#fae37e Border Color

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

This div border color is #fae37e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,227,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 #fae37e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae37e

#fae37e Color Palettes


Comments

No comments written yet.

Please login to write comment.