Color Hex Logo

#fbf29d Color Hex

#FBF29D
(251,242,157)
0 Favorites   0 Comments

Color spaces of #fbf29d

RGB 251242157
HSL0.150.920.80
HSV54°37°98°
CMYK 0.000.040.37   0.02
XYZ77.621686.447844.4933
Yxy86.44780.37220.4145
Hunter Lab92.9773-13.690536.7115
CIE-Lab94.5035-8.948342.1093

#fbf29d color RGB value is (251,242,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110010 10011101
Octal 373 362 235
Decimal 251 242 157
Hex FB F2 9D

RGB Percentages of Color #fbf29d

%38.62
%37.23
%24.15

CMYK Percentages of Color #fbf29d

%0
%4
%37
%2

Triadic Colors of #fbf29d

#fbf29d #9dfbf2 #f29dfb

Analogous Colors of #fbf29d

#fbf29d #d5fb9d #fbc39d

Monochromatic Colors of #fbf29d

#fbf29d

Complementary Color

#fbf29d #9da6fb

#fbf29d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf29d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf29d Color CSS Codes

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

#fbf29d Text Font Color

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

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


#fbf29d Background Color

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

This div background color is #fbf29d


#fbf29d Border Color

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

This div border color is #fbf29d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf29d


Comments

No comments written yet.

Please login to write comment.