Color Hex Logo

#feb992 Color Hex

#FEB992
(254,185,146)
0 Favorites   0 Comments

Color spaces of #feb992

RGB 254185146
HSL0.060.980.78
HSV22°43°100°
CMYK 0.000.270.43   0.00
XYZ63.410357.844135.0171
Yxy57.84410.40580.3702
Hunter Lab76.055315.725725.9406
CIE-Lab80.652020.291529.6153

#feb992 color RGB value is (254,185,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111001 10010010
Octal 376 271 222
Decimal 254 185 146
Hex FE B9 92

RGB Percentages of Color #feb992

%43.42
%31.62
%24.96

CMYK Percentages of Color #feb992

%0
%27
%43
%0

Triadic Colors of #feb992

#feb992 #92feb9 #b992fe

Analogous Colors of #feb992

#feb992 #feef92 #fe92a1

Monochromatic Colors of #feb992

#feb992

Complementary Color

#feb992 #92d7fe

#feb992 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb992 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb992 Color CSS Codes

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

#feb992 Text Font Color

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

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


#feb992 Background Color

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

This div background color is #feb992


#feb992 Border Color

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

This div border color is #feb992


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb992


Comments

No comments written yet.

Please login to write comment.