Color Hex Logo

#fbe094 Color Hex

#FBE094
(251,224,148)
0 Favorites   0 Comments

Color spaces of #fbe094

RGB 251224148
HSL0.120.930.78
HSV44°41°98°
CMYK 0.000.110.41   0.02
XYZ71.784675.958738.8950
Yxy75.95870.38460.4070
Hunter Lab87.1543-5.498534.5482
CIE-Lab89.8402-0.869240.5747

#fbe094 color RGB value is (251,224,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100000 10010100
Octal 373 340 224
Decimal 251 224 148
Hex FB E0 94

RGB Percentages of Color #fbe094

%40.29
%35.96
%23.76

CMYK Percentages of Color #fbe094

%0
%11
%41
%2

Triadic Colors of #fbe094

#fbe094 #94fbe0 #e094fb

Analogous Colors of #fbe094

#fbe094 #e3fb94 #fbad94

Monochromatic Colors of #fbe094

#fbe094

Complementary Color

#fbe094 #94affb

#fbe094 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe094 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe094 Color CSS Codes

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

#fbe094 Text Font Color

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

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


#fbe094 Background Color

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

This div background color is #fbe094


#fbe094 Border Color

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

This div border color is #fbe094


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe094


Comments

No comments written yet.

Please login to write comment.