Color Hex Logo

#fefa79 Color Hex

#FEFA79
(254,250,121)
0 Favorites   0 Comments

Color spaces of #fefa79

RGB 254250121
HSL0.160.990.74
HSV58°52°100°
CMYK 0.000.020.52   0.00
XYZ78.509890.822531.4817
Yxy90.82250.39100.4523
Hunter Lab95.3008-19.726447.1247
CIE-Lab96.3369-15.075161.4342

#fefa79 color RGB value is (254,250,121).

#fefa79 hex color red value is 254, green value is 250 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #fefa79 hue: 0.16 , saturation: 0.99 and the lightness value of fefa79 is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111010 01111001
Octal 376 372 171
Decimal 254 250 121
Hex FE FA 79

RGB Percentages of Color #fefa79

%40.64
%40.00
%19.36

CMYK Percentages of Color #fefa79

%0
%2
%52
%0

Triadic Colors of #fefa79

#fefa79 #79fefa #fa79fe

Analogous Colors of #fefa79

#fefa79 #c0fe79 #feb879

Monochromatic Colors of #fefa79

#fefa79

Complementary Color

#fefa79 #797dfe

#fefa79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefa79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefa79 Color CSS Codes

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

#fefa79 Text Font Color

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

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


#fefa79 Background Color

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

This div background color is #fefa79


#fefa79 Border Color

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

This div border color is #fefa79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefa79

Related Colors


Comments

No comments written yet.

Please login to write comment.