Color Hex Logo

#fbe88a Color Hex

#FBE88A
(251,232,138)
0 Favorites   0 Comments

Color spaces of #fbe88a

RGB 251232138
HSL0.140.930.76
HSV50°45°98°
CMYK 0.000.080.45   0.02
XYZ73.227780.057435.6379
Yxy80.05740.38760.4238
Hunter Lab89.4748-10.493539.0171
CIE-Lab91.7106-5.900447.8768

#fbe88a color RGB value is (251,232,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101000 10001010
Octal 373 350 212
Decimal 251 232 138
Hex FB E8 8A

RGB Percentages of Color #fbe88a

%40.42
%37.36
%22.22

CMYK Percentages of Color #fbe88a

%0
%8
%45
%2

Triadic Colors of #fbe88a

#fbe88a #8afbe8 #e88afb

Analogous Colors of #fbe88a

#fbe88a #d6fb8a #fbb08a

Monochromatic Colors of #fbe88a

#fbe88a

Complementary Color

#fbe88a #8a9dfb

#fbe88a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe88a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe88a Color CSS Codes

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

#fbe88a Text Font Color

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

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


#fbe88a Background Color

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

This div background color is #fbe88a


#fbe88a Border Color

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

This div border color is #fbe88a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe88a


Comments

No comments written yet.

Please login to write comment.