Color Hex Logo

#fbe29d Color Hex

#FBE29D
(251,226,157)
0 Favorites   0 Comments

Color spaces of #fbe29d

RGB 251226157
HSL0.120.920.80
HSV44°37°98°
CMYK 0.000.100.37   0.02
XYZ73.065877.336342.9747
Yxy77.33630.37780.3999
Hunter Lab87.9411-5.590232.5851
CIE-Lab90.4762-0.917636.8737

#fbe29d color RGB value is (251,226,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100010 10011101
Octal 373 342 235
Decimal 251 226 157
Hex FB E2 9D

RGB Percentages of Color #fbe29d

%39.59
%35.65
%24.76

CMYK Percentages of Color #fbe29d

%0
%10
%37
%2

Triadic Colors of #fbe29d

#fbe29d #9dfbe2 #e29dfb

Analogous Colors of #fbe29d

#fbe29d #e5fb9d #fbb39d

Monochromatic Colors of #fbe29d

#fbe29d

Complementary Color

#fbe29d #9db6fb

#fbe29d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe29d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe29d Color CSS Codes

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

#fbe29d Text Font Color

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

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


#fbe29d Background Color

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

This div background color is #fbe29d


#fbe29d Border Color

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

This div border color is #fbe29d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe29d

Related Colors


Comments

No comments written yet.

Please login to write comment.