Color Hex Logo

#feba78 Color Hex

#FEBA78
(254,186,120)
0 Favorites   0 Comments

Color spaces of #feba78

RGB 254186120
HSL0.080.990.73
HSV30°53°100°
CMYK 0.000.270.53   0.00
XYZ61.822157.544725.6182
Yxy57.54470.42640.3969
Hunter Lab75.858212.720133.0778
CIE-Lab80.485017.333042.8840

#feba78 color RGB value is (254,186,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111010 01111000
Octal 376 272 170
Decimal 254 186 120
Hex FE BA 78

RGB Percentages of Color #feba78

%45.36
%33.21
%21.43

CMYK Percentages of Color #feba78

%0
%27
%53
%0

Triadic Colors of #feba78

#feba78 #78feba #ba78fe

Analogous Colors of #feba78

#feba78 #fefd78 #fe7879

Monochromatic Colors of #feba78

#feba78

Complementary Color

#feba78 #78bcfe

#feba78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feba78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feba78 Color CSS Codes

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

#feba78 Text Font Color

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

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


#feba78 Background Color

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

This div background color is #feba78


#feba78 Border Color

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

This div border color is #feba78


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,186,120, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feba78

Related Colors


Comments

No comments written yet.

Please login to write comment.