Color Hex Logo

#fae94c Color Hex

#FAE94C
(250,233,76)
0 Favorites   0 Comments

Color spaces of #fae94c

RGB 25023376
HSL0.150.950.64
HSV54°70°98°
CMYK 0.000.070.70   0.02
XYZ69.867879.123618.4274
Yxy79.12360.41730.4726
Hunter Lab88.9514-15.460449.9834
CIE-Lab91.2902-11.208774.3552

#fae94c color RGB value is (250,233,76).

#fae94c hex color red value is 250, green value is 233 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #fae94c hue: 0.15 , saturation: 0.95 and the lightness value of fae94c is 0.64.

The process color (four color CMYK) of #fae94c color hex is 0.00, 0.07, 0.70, 0.02. Web safe color of #fae94c is #ffff33. Color #fae94c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101001 01001100
Octal 372 351 114
Decimal 250 233 76
Hex FA E9 4C

RGB Percentages of Color #fae94c

%44.72
%41.68
%13.60

CMYK Percentages of Color #fae94c

%0
%7
%70
%2

Triadic Colors of #fae94c

#fae94c #4cfae9 #e94cfa

Analogous Colors of #fae94c

#fae94c #b4fa4c #fa924c

Monochromatic Colors of #fae94c

#fae94c

Complementary Color

#fae94c #4c5dfa

#fae94c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae94c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae94c Color CSS Codes

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

#fae94c Text Font Color

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

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


#fae94c Background Color

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

This div background color is #fae94c


#fae94c Border Color

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

This div border color is #fae94c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae94c


Comments

No comments written yet.

Please login to write comment.