Color Hex Logo

#feba79 Color Hex

#FEBA79
(254,186,121)
0 Favorites   0 Comments

Color spaces of #feba79

RGB 254186121
HSL0.080.990.74
HSV29°52°100°
CMYK 0.000.270.52   0.00
XYZ61.883157.569125.9395
Yxy57.56910.42560.3960
Hunter Lab75.874312.804632.8423
CIE-Lab80.498617.416742.3935

#feba79 color RGB value is (254,186,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111010 01111001
Octal 376 272 171
Decimal 254 186 121
Hex FE BA 79

RGB Percentages of Color #feba79

%45.28
%33.16
%21.57

CMYK Percentages of Color #feba79

%0
%27
%52
%0

Triadic Colors of #feba79

#feba79 #79feba #ba79fe

Analogous Colors of #feba79

#feba79 #fefd79 #fe797b

Monochromatic Colors of #feba79

#feba79

Complementary Color

#feba79 #79bdfe

#feba79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feba79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feba79 Color CSS Codes

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

#feba79 Text Font Color

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

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


#feba79 Background Color

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

This div background color is #feba79


#feba79 Border Color

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

This div border color is #feba79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feba79


Comments

No comments written yet.

Please login to write comment.