Color Hex Logo

#fae17e Color Hex

#FAE17E
(250,225,126)
0 Favorites   0 Comments

Color spaces of #fae17e

RGB 250225126
HSL0.130.930.74
HSV48°50°98°
CMYK 0.000.100.50   0.02
XYZ70.115575.680830.6510
Yxy75.68080.39740.4289
Hunter Lab86.9947-8.374340.0065
CIE-Lab89.7109-3.869051.1837

#fae17e color RGB value is (250,225,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100001 01111110
Octal 372 341 176
Decimal 250 225 126
Hex FA E1 7E

RGB Percentages of Color #fae17e

%41.60
%37.44
%20.97

CMYK Percentages of Color #fae17e

%0
%10
%50
%2

Triadic Colors of #fae17e

#fae17e #7efae1 #e17efa

Analogous Colors of #fae17e

#fae17e #d5fa7e #faa37e

Monochromatic Colors of #fae17e

#fae17e

Complementary Color

#fae17e #7e97fa

#fae17e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae17e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae17e Color CSS Codes

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

#fae17e Text Font Color

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

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


#fae17e Background Color

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

This div background color is #fae17e


#fae17e Border Color

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

This div border color is #fae17e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae17e


Comments

No comments written yet.

Please login to write comment.