Color Hex Logo

#feb98e Color Hex

#FEB98E
(254,185,142)
0 Favorites   0 Comments

Color spaces of #feb98e

RGB 254185142
HSL0.060.980.78
HSV23°44°100°
CMYK 0.000.270.44   0.00
XYZ63.104557.721733.4066
Yxy57.72170.40920.3743
Hunter Lab75.974815.305827.1122
CIE-Lab80.583819.882131.6314

#feb98e color RGB value is (254,185,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111001 10001110
Octal 376 271 216
Decimal 254 185 142
Hex FE B9 8E

RGB Percentages of Color #feb98e

%43.72
%31.84
%24.44

CMYK Percentages of Color #feb98e

%0
%27
%44
%0

Triadic Colors of #feb98e

#feb98e #8efeb9 #b98efe

Analogous Colors of #feb98e

#feb98e #fef18e #fe8e9b

Monochromatic Colors of #feb98e

#feb98e

Complementary Color

#feb98e #8ed3fe

#feb98e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb98e Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb98e Color CSS Codes

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

#feb98e Text Font Color

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

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


#feb98e Background Color

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

This div background color is #feb98e


#feb98e Border Color

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

This div border color is #feb98e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb98e

Related Colors


Comments

No comments written yet.

Please login to write comment.