Color Hex Logo

#faee79 Color Hex

#FAEE79
(250,238,121)
0 Favorites   0 Comments

Color spaces of #faee79

RGB 250238121
HSL0.150.930.73
HSV54°52°98°
CMYK 0.000.050.52   0.02
XYZ73.450182.853530.2103
Yxy82.85350.39380.4442
Hunter Lab91.0239-15.254544.0387
CIE-Lab92.9503-10.780257.4000

#faee79 color RGB value is (250,238,121).

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

The process color (four color CMYK) of #faee79 color hex is 0.00, 0.05, 0.52, 0.02. Web safe color of #faee79 is #ffff66. Color #faee79 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101110 01111001
Octal 372 356 171
Decimal 250 238 121
Hex FA EE 79

RGB Percentages of Color #faee79

%41.05
%39.08
%19.87

CMYK Percentages of Color #faee79

%0
%5
%52
%2

Triadic Colors of #faee79

#faee79 #79faee #ee79fa

Analogous Colors of #faee79

#faee79 #c6fa79 #faae79

Monochromatic Colors of #faee79

#faee79

Complementary Color

#faee79 #7985fa

#faee79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faee79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faee79 Color CSS Codes

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

#faee79 Text Font Color

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

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


#faee79 Background Color

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

This div background color is #faee79


#faee79 Border Color

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

This div border color is #faee79


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,238,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 #faee79">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faee79

Related Colors


Comments

No comments written yet.

Please login to write comment.