Color Hex Logo

#fae47d Color Hex

#FAE47D
(250,228,125)
0 Favorites   0 Comments

Color spaces of #fae47d

RGB 250228125
HSL0.140.930.74
HSV49°50°98°
CMYK 0.000.090.50   0.02
XYZ70.869477.291530.5856
Yxy77.29150.39650.4324
Hunter Lab87.9156-9.962140.9141
CIE-Lab90.4556-5.465352.5609

#fae47d color RGB value is (250,228,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100100 01111101
Octal 372 344 175
Decimal 250 228 125
Hex FA E4 7D

RGB Percentages of Color #fae47d

%41.46
%37.81
%20.73

CMYK Percentages of Color #fae47d

%0
%9
%50
%2

Triadic Colors of #fae47d

#fae47d #7dfae4 #e47dfa

Analogous Colors of #fae47d

#fae47d #d2fa7d #faa67d

Monochromatic Colors of #fae47d

#fae47d

Complementary Color

#fae47d #7d93fa

#fae47d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae47d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae47d Color CSS Codes

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

#fae47d Text Font Color

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

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


#fae47d Background Color

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

This div background color is #fae47d


#fae47d Border Color

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

This div border color is #fae47d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae47d


Comments

No comments written yet.

Please login to write comment.