Color Hex Logo

#feb976 Color Hex

#FEB976
(254,185,118)
0 Favorites   0 Comments

Color spaces of #feb976

RGB 254185118
HSL0.080.990.73
HSV30°54°100°
CMYK 0.000.270.54   0.00
XYZ61.492057.076824.9155
Yxy57.07680.42860.3978
Hunter Lab75.549213.076033.3311
CIE-Lab80.222817.690943.5713

#feb976 color RGB value is (254,185,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111001 01110110
Octal 376 271 166
Decimal 254 185 118
Hex FE B9 76

RGB Percentages of Color #feb976

%45.60
%33.21
%21.18

CMYK Percentages of Color #feb976

%0
%27
%54
%0

Triadic Colors of #feb976

#feb976 #76feb9 #b976fe

Analogous Colors of #feb976

#feb976 #fefd76 #fe7677

Monochromatic Colors of #feb976

#feb976

Complementary Color

#feb976 #76bbfe

#feb976 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb976 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb976 Color CSS Codes

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

#feb976 Text Font Color

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

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


#feb976 Background Color

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

This div background color is #feb976


#feb976 Border Color

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

This div border color is #feb976


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb976

Related Colors


Comments

No comments written yet.

Please login to write comment.