Color Hex Logo

#feb891 Color Hex

#FEB891
(254,184,145)
0 Favorites   0 Comments

Color spaces of #feb891

RGB 254184145
HSL0.060.980.78
HSV21°43°100°
CMYK 0.000.280.43   0.00
XYZ63.124457.396134.5396
Yxy57.39610.40710.3702
Hunter Lab75.760216.148226.0014
CIE-Lab80.401920.712229.8097

#feb891 color RGB value is (254,184,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111000 10010001
Octal 376 270 221
Decimal 254 184 145
Hex FE B8 91

RGB Percentages of Color #feb891

%43.57
%31.56
%24.87

CMYK Percentages of Color #feb891

%0
%28
%43
%0

Triadic Colors of #feb891

#feb891 #91feb8 #b891fe

Analogous Colors of #feb891

#feb891 #feef91 #fe91a1

Monochromatic Colors of #feb891

#feb891

Complementary Color

#feb891 #91d7fe

#feb891 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb891 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb891 Color CSS Codes

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

#feb891 Text Font Color

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

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


#feb891 Background Color

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

This div background color is #feb891


#feb891 Border Color

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

This div border color is #feb891


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb891


Comments

No comments written yet.

Please login to write comment.