Color Hex Logo

#fae93b Color Hex

#FAE93B
(250,233,59)
0 Favorites   0 Comments

Color spaces of #fae93b

RGB 25023359
HSL0.150.950.61
HSV55°76°98°
CMYK 0.000.070.76   0.02
XYZ69.352778.917615.7150
Yxy78.91760.42290.4812
Hunter Lab88.8356-16.109851.6965
CIE-Lab91.1970-11.918779.9129

#fae93b color RGB value is (250,233,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101001 00111011
Octal 372 351 73
Decimal 250 233 59
Hex FA E9 3B

RGB Percentages of Color #fae93b

%46.13
%42.99
%10.89

CMYK Percentages of Color #fae93b

%0
%7
%76
%2

Triadic Colors of #fae93b

#fae93b #3bfae9 #e93bfa

Analogous Colors of #fae93b

#fae93b #acfa3b #fa8a3b

Monochromatic Colors of #fae93b

#fae93b

Complementary Color

#fae93b #3b4cfa

#fae93b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae93b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae93b Color CSS Codes

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

#fae93b Text Font Color

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

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


#fae93b Background Color

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

This div background color is #fae93b


#fae93b Border Color

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

This div border color is #fae93b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae93b


Comments

No comments written yet.

Please login to write comment.