Color Hex Logo

#fbe98b Color Hex

#FBE98B
(251,233,139)
0 Favorites   0 Comments

Color spaces of #fbe98b

RGB 251233139
HSL0.140.930.76
HSV50°45°98°
CMYK 0.000.070.45   0.02
XYZ73.582880.651136.1151
Yxy80.65110.38660.4237
Hunter Lab89.8060-10.905939.0209
CIE-Lab91.9762-6.305547.7223

#fbe98b color RGB value is (251,233,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101001 10001011
Octal 373 351 213
Decimal 251 233 139
Hex FB E9 8B

RGB Percentages of Color #fbe98b

%40.29
%37.40
%22.31

CMYK Percentages of Color #fbe98b

%0
%7
%45
%2

Triadic Colors of #fbe98b

#fbe98b #8bfbe9 #e98bfb

Analogous Colors of #fbe98b

#fbe98b #d5fb8b #fbb18b

Monochromatic Colors of #fbe98b

#fbe98b

Complementary Color

#fbe98b #8b9dfb

#fbe98b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe98b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe98b Color CSS Codes

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

#fbe98b Text Font Color

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

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


#fbe98b Background Color

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

This div background color is #fbe98b


#fbe98b Border Color

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

This div border color is #fbe98b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe98b

Related Colors


Comments

No comments written yet.

Please login to write comment.