Color Hex Logo

#fae97d Color Hex

#FAE97D
(250,233,125)
0 Favorites   0 Comments

Color spaces of #fae97d

RGB 250233125
HSL0.140.930.74
HSV52°50°98°
CMYK 0.000.070.50   0.02
XYZ72.264980.082531.0507
Yxy80.08250.39400.4367
Hunter Lab89.4888-12.461442.0698
CIE-Lab91.7219-7.966754.0835

#fae97d color RGB value is (250,233,125).

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

The process color (four color CMYK) of #fae97d color hex is 0.00, 0.07, 0.50, 0.02. Web safe color of #fae97d is #ffff66. Color #fae97d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101001 01111101
Octal 372 351 175
Decimal 250 233 125
Hex FA E9 7D

RGB Percentages of Color #fae97d

%41.12
%38.32
%20.56

CMYK Percentages of Color #fae97d

%0
%7
%50
%2

Triadic Colors of #fae97d

#fae97d #7dfae9 #e97dfa

Analogous Colors of #fae97d

#fae97d #cdfa7d #faab7d

Monochromatic Colors of #fae97d

#fae97d

Complementary Color

#fae97d #7d8efa

#fae97d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae97d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae97d Color CSS Codes

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

#fae97d Text Font Color

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

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


#fae97d Background Color

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

This div background color is #fae97d


#fae97d Border Color

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

This div border color is #fae97d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae97d


Comments

No comments written yet.

Please login to write comment.