Color Hex Logo

#feb978 Color Hex

#FEB978
(254,185,120)
0 Favorites   0 Comments

Color spaces of #feb978

RGB 254185120
HSL0.080.990.73
HSV29°53°100°
CMYK 0.000.270.53   0.00
XYZ61.612257.124825.5482
Yxy57.12480.42700.3959
Hunter Lab75.580913.243332.8652
CIE-Lab80.249717.856242.5909

#feb978 color RGB value is (254,185,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111001 01111000
Octal 376 271 170
Decimal 254 185 120
Hex FE B9 78

RGB Percentages of Color #feb978

%45.44
%33.09
%21.47

CMYK Percentages of Color #feb978

%0
%27
%53
%0

Triadic Colors of #feb978

#feb978 #78feb9 #b978fe

Analogous Colors of #feb978

#feb978 #fefc78 #fe787a

Monochromatic Colors of #feb978

#feb978

Complementary Color

#feb978 #78bdfe

#feb978 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb978 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb978 Color CSS Codes

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

#feb978 Text Font Color

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

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


#feb978 Background Color

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

This div background color is #feb978


#feb978 Border Color

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

This div border color is #feb978


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb978


Comments

No comments written yet.

Please login to write comment.