Color Hex Logo

#fae97c Color Hex

#FAE97C
(250,233,124)
0 Favorites   0 Comments

Color spaces of #fae97c

RGB 250233124
HSL0.140.930.73
HSV52°50°98°
CMYK 0.000.070.50   0.02
XYZ72.201380.057130.7159
Yxy80.05710.39460.4375
Hunter Lab89.4746-12.540542.2785
CIE-Lab91.7105-8.051554.5388

#fae97c color RGB value is (250,233,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101001 01111100
Octal 372 351 174
Decimal 250 233 124
Hex FA E9 7C

RGB Percentages of Color #fae97c

%41.19
%38.39
%20.43

CMYK Percentages of Color #fae97c

%0
%7
%50
%2

Triadic Colors of #fae97c

#fae97c #7cfae9 #e97cfa

Analogous Colors of #fae97c

#fae97c #ccfa7c #faaa7c

Monochromatic Colors of #fae97c

#fae97c

Complementary Color

#fae97c #7c8dfa

#fae97c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae97c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae97c Color CSS Codes

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

#fae97c Text Font Color

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

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


#fae97c Background Color

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

This div background color is #fae97c


#fae97c Border Color

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

This div border color is #fae97c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae97c


Comments

No comments written yet.

Please login to write comment.