Color Hex Logo

#feb981 Color Hex

#FEB981
(254,185,129)
0 Favorites   0 Comments

Color spaces of #feb981

RGB 254185129
HSL0.070.980.75
HSV27°49°100°
CMYK 0.000.270.49   0.00
XYZ62.184557.353728.5618
Yxy57.35370.41990.3873
Hunter Lab75.732214.036830.6518
CIE-Lab80.378118.638538.1411

#feb981 color RGB value is (254,185,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111001 10000001
Octal 376 271 201
Decimal 254 185 129
Hex FE B9 81

RGB Percentages of Color #feb981

%44.72
%32.57
%22.71

CMYK Percentages of Color #feb981

%0
%27
%49
%0

Triadic Colors of #feb981

#feb981 #81feb9 #b981fe

Analogous Colors of #feb981

#feb981 #fef881 #fe8188

Monochromatic Colors of #feb981

#feb981

Complementary Color

#feb981 #81c6fe

#feb981 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb981 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb981 Color CSS Codes

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

#feb981 Text Font Color

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

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


#feb981 Background Color

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

This div background color is #feb981


#feb981 Border Color

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

This div border color is #feb981


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb981

Related Colors


Comments

No comments written yet.

Please login to write comment.