Color Hex Logo

#fae70e Color Hex

#FAE70E
(250,231,14)
0 Favorites   0 Comments

Color spaces of #fae70e

RGB 25023114
HSL0.150.960.52
HSV55°94°98°
CMYK 0.000.080.94   0.02
XYZ68.079577.507511.7877
Yxy77.50750.43260.4925
Hunter Lab88.0383-16.034253.6883
CIE-Lab90.5547-11.921888.3945

#fae70e color RGB value is (250,231,14).

#fae70e hex color red value is 250, green value is 231 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #fae70e hue: 0.15 , saturation: 0.96 and the lightness value of fae70e is 0.52.

The process color (four color CMYK) of #fae70e color hex is 0.00, 0.08, 0.94, 0.02. Web safe color of #fae70e is #ffff00. Color #fae70e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100111 00001110
Octal 372 347 16
Decimal 250 231 14
Hex FA E7 E

RGB Percentages of Color #fae70e

%50.51
%46.67
%2.83

CMYK Percentages of Color #fae70e

%0
%8
%94
%2

Triadic Colors of #fae70e

#fae70e #0efae7 #e70efa

Analogous Colors of #fae70e

#fae70e #97fa0e #fa710e

Monochromatic Colors of #fae70e

#fae70e

Complementary Color

#fae70e #0e21fa

#fae70e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae70e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae70e Color CSS Codes

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

#fae70e Text Font Color

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

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


#fae70e Background Color

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

This div background color is #fae70e


#fae70e Border Color

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

This div border color is #fae70e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae70e


Comments

No comments written yet.

Please login to write comment.