Color Hex Logo

#feb980 Color Hex

#FEB980
(254,185,128)
0 Favorites   0 Comments

Color spaces of #feb980

RGB 254185128
HSL0.080.980.75
HSV27°50°100°
CMYK 0.000.270.50   0.00
XYZ62.118357.327328.2134
Yxy57.32730.42070.3882
Hunter Lab75.714813.945030.9073
CIE-Lab80.363318.548238.6383

#feb980 color RGB value is (254,185,128).

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

The process color (four color CMYK) of #feb980 color hex is 0.00, 0.27, 0.50, 0.00. Web safe color of #feb980 is #ffcc99. Color #feb980 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111001 10000000
Octal 376 271 200
Decimal 254 185 128
Hex FE B9 80

RGB Percentages of Color #feb980

%44.80
%32.63
%22.57

CMYK Percentages of Color #feb980

%0
%27
%50
%0

Triadic Colors of #feb980

#feb980 #80feb9 #b980fe

Analogous Colors of #feb980

#feb980 #fef880 #fe8086

Monochromatic Colors of #feb980

#feb980

Complementary Color

#feb980 #80c5fe

#feb980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb980 Color CSS Codes

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

#feb980 Text Font Color

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

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


#feb980 Background Color

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

This div background color is #feb980


#feb980 Border Color

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

This div border color is #feb980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb980

Related Colors


Comments

No comments written yet.

Please login to write comment.