Color Hex Logo

#fae473 Color Hex

#FAE473
(250,228,115)
0 Favorites   0 Comments

Color spaces of #fae473

RGB 250228115
HSL0.140.930.72
HSV50°54°98°
CMYK 0.000.090.54   0.02
XYZ70.262377.048627.3883
Yxy77.04860.40220.4410
Hunter Lab87.7773-10.728142.9445
CIE-Lab90.3440-6.282557.1016

#fae473 color RGB value is (250,228,115).

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

The process color (four color CMYK) of #fae473 color hex is 0.00, 0.09, 0.54, 0.02. Web safe color of #fae473 is #ffcc66. Color #fae473 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100100 01110011
Octal 372 344 163
Decimal 250 228 115
Hex FA E4 73

RGB Percentages of Color #fae473

%42.16
%38.45
%19.39

CMYK Percentages of Color #fae473

%0
%9
%54
%2

Triadic Colors of #fae473

#fae473 #73fae4 #e473fa

Analogous Colors of #fae473

#fae473 #cdfa73 #faa173

Monochromatic Colors of #fae473

#fae473

Complementary Color

#fae473 #7389fa

#fae473 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae473 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae473 Color CSS Codes

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

#fae473 Text Font Color

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

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


#fae473 Background Color

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

This div background color is #fae473


#fae473 Border Color

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

This div border color is #fae473


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae473


Comments

No comments written yet.

Please login to write comment.