Color Hex Logo

#feb998 Color Hex

#FEB998
(254,185,152)
0 Favorites   0 Comments

Color spaces of #feb998

RGB 254185152
HSL0.050.980.80
HSV19°40°100°
CMYK 0.000.270.40   0.00
XYZ63.889558.035837.5404
Yxy58.03580.40060.3639
Hunter Lab76.181216.382124.1101
CIE-Lab80.758720.929526.5839

#feb998 color RGB value is (254,185,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111001 10011000
Octal 376 271 230
Decimal 254 185 152
Hex FE B9 98

RGB Percentages of Color #feb998

%42.98
%31.30
%25.72

CMYK Percentages of Color #feb998

%0
%27
%40
%0

Triadic Colors of #feb998

#feb998 #98feb9 #b998fe

Analogous Colors of #feb998

#feb998 #feec98 #fe98aa

Monochromatic Colors of #feb998

#feb998

Complementary Color

#feb998 #98ddfe

#feb998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb998 Color CSS Codes

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

#feb998 Text Font Color

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

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


#feb998 Background Color

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

This div background color is #feb998


#feb998 Border Color

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

This div border color is #feb998


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb998

#feb998 Color Palettes


Comments

No comments written yet.

Please login to write comment.