Color Hex Logo

#fae93a Color Hex

#FAE93A
(250,233,58)
0 Favorites   0 Comments

Color spaces of #fae93a

RGB 25023358
HSL0.150.950.60
HSV55°77°98°
CMYK 0.000.070.77   0.02
XYZ69.327078.907315.5797
Yxy78.90730.42320.4817
Hunter Lab88.8298-16.142251.7821
CIE-Lab91.1923-11.954280.2068

#fae93a color RGB value is (250,233,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101001 00111010
Octal 372 351 72
Decimal 250 233 58
Hex FA E9 3A

RGB Percentages of Color #fae93a

%46.21
%43.07
%10.72

CMYK Percentages of Color #fae93a

%0
%7
%77
%2

Triadic Colors of #fae93a

#fae93a #3afae9 #e93afa

Analogous Colors of #fae93a

#fae93a #abfa3a #fa893a

Monochromatic Colors of #fae93a

#fae93a

Complementary Color

#fae93a #3a4bfa

#fae93a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae93a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae93a Color CSS Codes

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

#fae93a Text Font Color

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

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


#fae93a Background Color

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

This div background color is #fae93a


#fae93a Border Color

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

This div border color is #fae93a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae93a


Comments

No comments written yet.

Please login to write comment.