Color Hex Logo

#fbe29f Color Hex

#FBE29F
(251,226,159)
0 Favorites   0 Comments

Color spaces of #fbe29f

RGB 251226159
HSL0.120.920.80
HSV44°37°98°
CMYK 0.000.100.37   0.02
XYZ73.238077.405143.8815
Yxy77.40510.37650.3979
Hunter Lab87.9802-5.375232.0143
CIE-Lab90.5077-0.694235.9034

#fbe29f color RGB value is (251,226,159).

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

The process color (four color CMYK) of #fbe29f color hex is 0.00, 0.10, 0.37, 0.02. Web safe color of #fbe29f is #ffcc99. Color #fbe29f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100010 10011111
Octal 373 342 237
Decimal 251 226 159
Hex FB E2 9F

RGB Percentages of Color #fbe29f

%39.47
%35.53
%25.00

CMYK Percentages of Color #fbe29f

%0
%10
%37
%2

Triadic Colors of #fbe29f

#fbe29f #9ffbe2 #e29ffb

Analogous Colors of #fbe29f

#fbe29f #e6fb9f #fbb49f

Monochromatic Colors of #fbe29f

#fbe29f

Complementary Color

#fbe29f #9fb8fb

#fbe29f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe29f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe29f Color CSS Codes

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

#fbe29f Text Font Color

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

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


#fbe29f Background Color

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

This div background color is #fbe29f


#fbe29f Border Color

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

This div border color is #fbe29f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe29f


Comments

No comments written yet.

Please login to write comment.