Color Hex Logo

#fae73b Color Hex

#FAE73B
(250,231,59)
0 Favorites   0 Comments

Color spaces of #fae73b

RGB 25023159
HSL0.150.950.61
HSV54°76°98°
CMYK 0.000.080.76   0.02
XYZ68.789777.791615.5273
Yxy77.79160.42430.4799
Hunter Lab88.1995-15.131251.3018
CIE-Lab90.6847-10.932079.4490

#fae73b color RGB value is (250,231,59).

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

The process color (four color CMYK) of #fae73b color hex is 0.00, 0.08, 0.76, 0.02. Web safe color of #fae73b is #ffff33. Color #fae73b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100111 00111011
Octal 372 347 73
Decimal 250 231 59
Hex FA E7 3B

RGB Percentages of Color #fae73b

%46.30
%42.78
%10.93

CMYK Percentages of Color #fae73b

%0
%8
%76
%2

Triadic Colors of #fae73b

#fae73b #3bfae7 #e73bfa

Analogous Colors of #fae73b

#fae73b #aefa3b #fa883b

Monochromatic Colors of #fae73b

#fae73b

Complementary Color

#fae73b #3b4efa

#fae73b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae73b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae73b Color CSS Codes

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

#fae73b Text Font Color

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

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


#fae73b Background Color

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

This div background color is #fae73b


#fae73b Border Color

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

This div border color is #fae73b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae73b


Comments

No comments written yet.

Please login to write comment.