Color Hex Logo

#fbe894 Color Hex

#FBE894
(251,232,148)
0 Favorites   0 Comments

Color spaces of #fbe894

RGB 251232148
HSL0.140.930.78
HSV49°41°98°
CMYK 0.000.080.41   0.02
XYZ73.985680.360639.6287
Yxy80.36060.38140.4143
Hunter Lab89.6441-9.556436.5407
CIE-Lab91.8464-4.909943.1470

#fbe894 color RGB value is (251,232,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101000 10010100
Octal 373 350 224
Decimal 251 232 148
Hex FB E8 94

RGB Percentages of Color #fbe894

%39.78
%36.77
%23.45

CMYK Percentages of Color #fbe894

%0
%8
%41
%2

Triadic Colors of #fbe894

#fbe894 #94fbe8 #e894fb

Analogous Colors of #fbe894

#fbe894 #dbfb94 #fbb594

Monochromatic Colors of #fbe894

#fbe894

Complementary Color

#fbe894 #94a7fb

#fbe894 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe894 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe894 Color CSS Codes

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

#fbe894 Text Font Color

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

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


#fbe894 Background Color

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

This div background color is #fbe894


#fbe894 Border Color

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

This div border color is #fbe894


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,232,148, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe894

Related Colors


Comments

No comments written yet.

Please login to write comment.