Color Hex Logo

#fae714 Color Hex

#FAE714
(250,231,20)
0 Favorites   0 Comments

Color spaces of #fae714

RGB 25023120
HSL0.150.960.53
HSV55°92°98°
CMYK 0.000.080.92   0.02
XYZ68.126577.526312.0352
Yxy77.52630.43200.4916
Hunter Lab88.0490-15.974353.5301
CIE-Lab90.5633-11.856087.7468

#fae714 color RGB value is (250,231,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100111 00010100
Octal 372 347 24
Decimal 250 231 20
Hex FA E7 14

RGB Percentages of Color #fae714

%49.90
%46.11
%3.99

CMYK Percentages of Color #fae714

%0
%8
%92
%2

Triadic Colors of #fae714

#fae714 #14fae7 #e714fa

Analogous Colors of #fae714

#fae714 #9afa14 #fa7414

Monochromatic Colors of #fae714

#fae714

Complementary Color

#fae714 #1427fa

#fae714 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae714 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae714 Color CSS Codes

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

#fae714 Text Font Color

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

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


#fae714 Background Color

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

This div background color is #fae714


#fae714 Border Color

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

This div border color is #fae714


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae714

Related Colors


Comments

No comments written yet.

Please login to write comment.