Color Hex Logo

#fae179 Color Hex

#FAE179
(250,225,121)
0 Favorites   0 Comments

Color spaces of #fae179

RGB 250225121
HSL0.130.930.73
HSV48°52°98°
CMYK 0.000.100.52   0.02
XYZ69.800775.554928.9938
Yxy75.55490.40030.4334
Hunter Lab86.9223-8.774341.0689
CIE-Lab89.6523-4.293353.4888

#fae179 color RGB value is (250,225,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100001 01111001
Octal 372 341 171
Decimal 250 225 121
Hex FA E1 79

RGB Percentages of Color #fae179

%41.95
%37.75
%20.30

CMYK Percentages of Color #fae179

%0
%10
%52
%2

Triadic Colors of #fae179

#fae179 #79fae1 #e179fa

Analogous Colors of #fae179

#fae179 #d3fa79 #faa179

Monochromatic Colors of #fae179

#fae179

Complementary Color

#fae179 #7992fa

#fae179 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae179 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae179 Color CSS Codes

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

#fae179 Text Font Color

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

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


#fae179 Background Color

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

This div background color is #fae179


#fae179 Border Color

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

This div border color is #fae179


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae179


Comments

No comments written yet.

Please login to write comment.