Color Hex Logo

#fbeb9e Color Hex

#FBEB9E
(251,235,158)
0 Favorites   0 Comments

Color spaces of #fbeb9e

RGB 251235158
HSL0.140.920.80
HSV50°37°98°
CMYK 0.000.060.37   0.02
XYZ75.663582.394544.2636
Yxy82.39450.37400.4072
Hunter Lab90.7714-10.059434.6279
CIE-Lab92.7487-5.348039.3396

#fbeb9e color RGB value is (251,235,158).

#fbeb9e hex color red value is 251, green value is 235 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #fbeb9e hue: 0.14 , saturation: 0.92 and the lightness value of fbeb9e is 0.80.

The process color (four color CMYK) of #fbeb9e color hex is 0.00, 0.06, 0.37, 0.02. Web safe color of #fbeb9e is #ffff99. Color #fbeb9e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101011 10011110
Octal 373 353 236
Decimal 251 235 158
Hex FB EB 9E

RGB Percentages of Color #fbeb9e

%38.98
%36.49
%24.53

CMYK Percentages of Color #fbeb9e

%0
%6
%37
%2

Triadic Colors of #fbeb9e

#fbeb9e #9efbeb #eb9efb

Analogous Colors of #fbeb9e

#fbeb9e #ddfb9e #fbbd9e

Monochromatic Colors of #fbeb9e

#fbeb9e

Complementary Color

#fbeb9e #9eaefb

#fbeb9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbeb9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbeb9e Color CSS Codes

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

#fbeb9e Text Font Color

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

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


#fbeb9e Background Color

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

This div background color is #fbeb9e


#fbeb9e Border Color

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

This div border color is #fbeb9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbeb9e


Comments

No comments written yet.

Please login to write comment.