Color Hex Logo

#fae70a Color Hex

#FAE70A
(250,231,10)
0 Favorites   0 Comments

Color spaces of #fae70a

RGB 25023110
HSL0.150.960.51
HSV55°96°98°
CMYK 0.000.080.96   0.02
XYZ68.055077.497711.6588
Yxy77.49770.43290.4930
Hunter Lab88.0328-16.065453.7708
CIE-Lab90.5502-11.956188.7355

#fae70a color RGB value is (250,231,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100111 00001010
Octal 372 347 12
Decimal 250 231 10
Hex FA E7 A

RGB Percentages of Color #fae70a

%50.92
%47.05
%2.04

CMYK Percentages of Color #fae70a

%0
%8
%96
%2

Triadic Colors of #fae70a

#fae70a #0afae7 #e70afa

Analogous Colors of #fae70a

#fae70a #95fa0a #fa6f0a

Monochromatic Colors of #fae70a

#fae70a

Complementary Color

#fae70a #0a1dfa

#fae70a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae70a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae70a Color CSS Codes

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

#fae70a Text Font Color

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

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


#fae70a Background Color

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

This div background color is #fae70a


#fae70a Border Color

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

This div border color is #fae70a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae70a


Comments

No comments written yet.

Please login to write comment.