Color Hex Logo

#fae46e Color Hex

#FAE46E
(250,228,110)
0 Favorites   0 Comments

Color spaces of #fae46e

RGB 250228110
HSL0.140.930.71
HSV51°56°98°
CMYK 0.000.090.56   0.02
XYZ69.982276.936625.9136
Yxy76.93660.40490.4452
Hunter Lab87.7135-11.082543.8831
CIE-Lab90.2924-6.661959.3206

#fae46e color RGB value is (250,228,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100100 01101110
Octal 372 344 156
Decimal 250 228 110
Hex FA E4 6E

RGB Percentages of Color #fae46e

%42.52
%38.78
%18.71

CMYK Percentages of Color #fae46e

%0
%9
%56
%2

Triadic Colors of #fae46e

#fae46e #6efae4 #e46efa

Analogous Colors of #fae46e

#fae46e #cafa6e #fa9e6e

Monochromatic Colors of #fae46e

#fae46e

Complementary Color

#fae46e #6e84fa

#fae46e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae46e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae46e Color CSS Codes

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

#fae46e Text Font Color

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

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


#fae46e Background Color

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

This div background color is #fae46e


#fae46e Border Color

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

This div border color is #fae46e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae46e


Comments

No comments written yet.

Please login to write comment.