Color Hex Logo

#fae37f Color Hex

#FAE37F
(250,227,127)
0 Favorites   0 Comments

Color spaces of #fae37f

RGB 250227127
HSL0.140.920.74
HSV49°49°98°
CMYK 0.000.090.49   0.02
XYZ70.724276.794531.1739
Yxy76.79450.39580.4298
Hunter Lab87.6325-9.297640.2512
CIE-Lab90.2269-4.789651.3322

#fae37f color RGB value is (250,227,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100011 01111111
Octal 372 343 177
Decimal 250 227 127
Hex FA E3 7F

RGB Percentages of Color #fae37f

%41.39
%37.58
%21.03

CMYK Percentages of Color #fae37f

%0
%9
%49
%2

Triadic Colors of #fae37f

#fae37f #7ffae3 #e37ffa

Analogous Colors of #fae37f

#fae37f #d4fa7f #faa67f

Monochromatic Colors of #fae37f

#fae37f

Complementary Color

#fae37f #7f96fa

#fae37f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae37f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae37f Color CSS Codes

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

#fae37f Text Font Color

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

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


#fae37f Background Color

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

This div background color is #fae37f


#fae37f Border Color

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

This div border color is #fae37f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae37f

Related Colors


Comments

No comments written yet.

Please login to write comment.