Color Hex Logo

#fbf57e Color Hex

#FBF57E
(251,245,126)
0 Favorites   0 Comments

Color spaces of #fbf57e

RGB 251245126
HSL0.160.940.74
HSV57°50°98°
CMYK 0.000.020.50   0.02
XYZ76.202087.320432.5769
Yxy87.32040.38860.4453
Hunter Lab93.4454-17.967944.7421
CIE-Lab94.8740-13.412257.3959

#fbf57e color RGB value is (251,245,126).

#fbf57e hex color red value is 251, green value is 245 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #fbf57e hue: 0.16 , saturation: 0.94 and the lightness value of fbf57e is 0.74.

The process color (four color CMYK) of #fbf57e color hex is 0.00, 0.02, 0.50, 0.02. Web safe color of #fbf57e is #ffff66. Color #fbf57e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110101 01111110
Octal 373 365 176
Decimal 251 245 126
Hex FB F5 7E

RGB Percentages of Color #fbf57e

%40.35
%39.39
%20.26

CMYK Percentages of Color #fbf57e

%0
%2
%50
%2

Triadic Colors of #fbf57e

#fbf57e #7efbf5 #f57efb

Analogous Colors of #fbf57e

#fbf57e #c3fb7e #fbb77e

Monochromatic Colors of #fbf57e

#fbf57e

Complementary Color

#fbf57e #7e84fb

#fbf57e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf57e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf57e Color CSS Codes

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

#fbf57e Text Font Color

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

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


#fbf57e Background Color

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

This div background color is #fbf57e


#fbf57e Border Color

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

This div border color is #fbf57e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf57e

Related Colors


Comments

No comments written yet.

Please login to write comment.