Color Hex Logo

#fbe891 Color Hex

#FBE891
(251,232,145)
0 Favorites   0 Comments

Color spaces of #fbe891

RGB 251232145
HSL0.140.930.78
HSV49°42°98°
CMYK 0.000.080.42   0.02
XYZ73.751180.266838.3940
Yxy80.26680.38330.4172
Hunter Lab89.5917-9.846037.3058
CIE-Lab91.8044-5.215444.5733

#fbe891 color RGB value is (251,232,145).

#fbe891 hex color red value is 251, green value is 232 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #fbe891 hue: 0.14 , saturation: 0.93 and the lightness value of fbe891 is 0.78.

The process color (four color CMYK) of #fbe891 color hex is 0.00, 0.08, 0.42, 0.02. Web safe color of #fbe891 is #ffff99. Color #fbe891 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101000 10010001
Octal 373 350 221
Decimal 251 232 145
Hex FB E8 91

RGB Percentages of Color #fbe891

%39.97
%36.94
%23.09

CMYK Percentages of Color #fbe891

%0
%8
%42
%2

Triadic Colors of #fbe891

#fbe891 #91fbe8 #e891fb

Analogous Colors of #fbe891

#fbe891 #d9fb91 #fbb391

Monochromatic Colors of #fbe891

#fbe891

Complementary Color

#fbe891 #91a4fb

#fbe891 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe891 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe891 Color CSS Codes

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

#fbe891 Text Font Color

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

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


#fbe891 Background Color

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

This div background color is #fbe891


#fbe891 Border Color

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

This div border color is #fbe891


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,232,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 #fbe891">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe891

Related Colors


Comments

No comments written yet.

Please login to write comment.