Color Hex Logo

#fbe98e Color Hex

#FBE98E
(251,233,142)
0 Favorites   0 Comments

Color spaces of #fbe98e

RGB 251233142
HSL0.140.930.77
HSV50°43°98°
CMYK 0.000.070.43   0.02
XYZ73.805180.740137.2856
Yxy80.74010.38470.4209
Hunter Lab89.8555-10.631638.2964
CIE-Lab92.0159-6.014846.3109

#fbe98e color RGB value is (251,233,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101001 10001110
Octal 373 351 216
Decimal 251 233 142
Hex FB E9 8E

RGB Percentages of Color #fbe98e

%40.10
%37.22
%22.68

CMYK Percentages of Color #fbe98e

%0
%7
%43
%2

Triadic Colors of #fbe98e

#fbe98e #8efbe9 #e98efb

Analogous Colors of #fbe98e

#fbe98e #d7fb8e #fbb38e

Monochromatic Colors of #fbe98e

#fbe98e

Complementary Color

#fbe98e #8ea0fb

#fbe98e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe98e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe98e Color CSS Codes

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

#fbe98e Text Font Color

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

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


#fbe98e Background Color

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

This div background color is #fbe98e


#fbe98e Border Color

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

This div border color is #fbe98e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe98e


Comments

No comments written yet.

Please login to write comment.