Color Hex Logo

#fae53b Color Hex

#FAE53B
(250,229,59)
0 Favorites   0 Comments

Color spaces of #fae53b

RGB 25022959
HSL0.150.950.61
HSV53°76°98°
CMYK 0.000.080.76   0.02
XYZ68.233176.678415.3418
Yxy76.67840.42580.4785
Hunter Lab87.5662-14.150650.9086
CIE-Lab90.1734-9.942078.9852

#fae53b color RGB value is (250,229,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100101 00111011
Octal 372 345 73
Decimal 250 229 59
Hex FA E5 3B

RGB Percentages of Color #fae53b

%46.47
%42.57
%10.97

CMYK Percentages of Color #fae53b

%0
%8
%76
%2

Triadic Colors of #fae53b

#fae53b #3bfae5 #e53bfa

Analogous Colors of #fae53b

#fae53b #b0fa3b #fa863b

Monochromatic Colors of #fae53b

#fae53b

Complementary Color

#fae53b #3b50fa

#fae53b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae53b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae53b Color CSS Codes

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

#fae53b Text Font Color

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

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


#fae53b Background Color

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

This div background color is #fae53b


#fae53b Border Color

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

This div border color is #fae53b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae53b


Comments

No comments written yet.

Please login to write comment.