Color Hex Logo

#feb996 Color Hex

#FEB996
(254,185,150)
0 Favorites   0 Comments

Color spaces of #feb996

RGB 254185150
HSL0.060.980.79
HSV20°41°100°
CMYK 0.000.270.41   0.00
XYZ63.727057.970836.6849
Yxy57.97080.40240.3660
Hunter Lab76.138616.159724.7300
CIE-Lab80.722620.713627.5951

#feb996 color RGB value is (254,185,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111001 10010110
Octal 376 271 226
Decimal 254 185 150
Hex FE B9 96

RGB Percentages of Color #feb996

%43.12
%31.41
%25.47

CMYK Percentages of Color #feb996

%0
%27
%41
%0

Triadic Colors of #feb996

#feb996 #96feb9 #b996fe

Analogous Colors of #feb996

#feb996 #feed96 #fe96a7

Monochromatic Colors of #feb996

#feb996

Complementary Color

#feb996 #96dbfe

#feb996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb996 Color CSS Codes

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

#feb996 Text Font Color

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

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


#feb996 Background Color

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

This div background color is #feb996


#feb996 Border Color

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

This div border color is #feb996


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb996

Related Colors


Comments

No comments written yet.

Please login to write comment.