Color Hex Logo

#fae57a Color Hex

#FAE57A
(250,229,122)
0 Favorites   0 Comments

Color spaces of #fae57a

RGB 250229122
HSL0.140.930.73
HSV50°51°98°
CMYK 0.000.080.51   0.02
XYZ70.956577.767829.6832
Yxy77.76780.39770.4359
Hunter Lab88.1861-10.700441.7734
CIE-Lab90.6738-6.220354.2383

#fae57a color RGB value is (250,229,122).

#fae57a hex color red value is 250, green value is 229 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #fae57a hue: 0.14 , saturation: 0.93 and the lightness value of fae57a is 0.73.

The process color (four color CMYK) of #fae57a color hex is 0.00, 0.08, 0.51, 0.02. Web safe color of #fae57a is #ffcc66. Color #fae57a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100101 01111010
Octal 372 345 172
Decimal 250 229 122
Hex FA E5 7A

RGB Percentages of Color #fae57a

%41.60
%38.10
%20.30

CMYK Percentages of Color #fae57a

%0
%8
%51
%2

Triadic Colors of #fae57a

#fae57a #7afae5 #e57afa

Analogous Colors of #fae57a

#fae57a #cffa7a #faa57a

Monochromatic Colors of #fae57a

#fae57a

Complementary Color

#fae57a #7a8ffa

#fae57a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae57a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae57a Color CSS Codes

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

#fae57a Text Font Color

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

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


#fae57a Background Color

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

This div background color is #fae57a


#fae57a Border Color

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

This div border color is #fae57a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae57a


Comments

No comments written yet.

Please login to write comment.