Color Hex Logo

#fae07f Color Hex

#FAE07F
(250,224,127)
0 Favorites   0 Comments

Color spaces of #fae07f

RGB 250224127
HSL0.130.920.74
HSV47°49°98°
CMYK 0.000.100.49   0.02
XYZ69.910875.167630.9028
Yxy75.16760.39730.4271
Hunter Lab86.6993-7.788439.5563
CIE-Lab89.4714-3.276850.4129

#fae07f color RGB value is (250,224,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100000 01111111
Octal 372 340 177
Decimal 250 224 127
Hex FA E0 7F

RGB Percentages of Color #fae07f

%41.60
%37.27
%21.13

CMYK Percentages of Color #fae07f

%0
%10
%49
%2

Triadic Colors of #fae07f

#fae07f #7ffae0 #e07ffa

Analogous Colors of #fae07f

#fae07f #d7fa7f #faa37f

Monochromatic Colors of #fae07f

#fae07f

Complementary Color

#fae07f #7f99fa

#fae07f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae07f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae07f Color CSS Codes

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

#fae07f Text Font Color

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

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


#fae07f Background Color

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

This div background color is #fae07f


#fae07f Border Color

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

This div border color is #fae07f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae07f

Related Colors


Comments

No comments written yet.

Please login to write comment.