Color Hex Logo

#fbe98a Color Hex

#FBE98A
(251,233,138)
0 Favorites   0 Comments

Color spaces of #fbe98a

RGB 251233138
HSL0.140.930.76
HSV50°45°98°
CMYK 0.000.070.45   0.02
XYZ73.510080.622035.7320
Yxy80.62200.38720.4246
Hunter Lab89.7898-10.995939.2583
CIE-Lab91.9632-6.401048.1911

#fbe98a color RGB value is (251,233,138).

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

The process color (four color CMYK) of #fbe98a color hex is 0.00, 0.07, 0.45, 0.02. Web safe color of #fbe98a is #ffff99. Color #fbe98a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101001 10001010
Octal 373 351 212
Decimal 251 233 138
Hex FB E9 8A

RGB Percentages of Color #fbe98a

%40.35
%37.46
%22.19

CMYK Percentages of Color #fbe98a

%0
%7
%45
%2

Triadic Colors of #fbe98a

#fbe98a #8afbe9 #e98afb

Analogous Colors of #fbe98a

#fbe98a #d5fb8a #fbb18a

Monochromatic Colors of #fbe98a

#fbe98a

Complementary Color

#fbe98a #8a9cfb

#fbe98a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe98a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe98a Color CSS Codes

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

#fbe98a Text Font Color

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

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


#fbe98a Background Color

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

This div background color is #fbe98a


#fbe98a Border Color

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

This div border color is #fbe98a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe98a


Comments

No comments written yet.

Please login to write comment.