Color Hex Logo

#fbe49a Color Hex

#FBE49A
(251,228,154)
0 Favorites   0 Comments

Color spaces of #fbe49a

RGB 251228154
HSL0.130.920.79
HSV46°39°98°
CMYK 0.000.090.39   0.02
XYZ73.359878.329141.8244
Yxy78.32910.37910.4048
Hunter Lab88.5037-6.924833.9338
CIE-Lab90.9299-2.259738.9768

#fbe49a color RGB value is (251,228,154).

#fbe49a hex color red value is 251, green value is 228 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #fbe49a hue: 0.13 , saturation: 0.92 and the lightness value of fbe49a is 0.79.

The process color (four color CMYK) of #fbe49a color hex is 0.00, 0.09, 0.39, 0.02. Web safe color of #fbe49a is #ffcc99. Color #fbe49a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100100 10011010
Octal 373 344 232
Decimal 251 228 154
Hex FB E4 9A

RGB Percentages of Color #fbe49a

%39.65
%36.02
%24.33

CMYK Percentages of Color #fbe49a

%0
%9
%39
%2

Triadic Colors of #fbe49a

#fbe49a #9afbe4 #e49afb

Analogous Colors of #fbe49a

#fbe49a #e2fb9a #fbb49a

Monochromatic Colors of #fbe49a

#fbe49a

Complementary Color

#fbe49a #9ab1fb

#fbe49a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe49a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe49a Color CSS Codes

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

#fbe49a Text Font Color

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

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


#fbe49a Background Color

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

This div background color is #fbe49a


#fbe49a Border Color

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

This div border color is #fbe49a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe49a

#fbe49a Color Palettes


Comments

No comments written yet.

Please login to write comment.