Color Hex Logo

#fbf157 Color Hex

#FBF157
(251,241,87)
0 Favorites   0 Comments

Color spaces of #fbf157

RGB 25124187
HSL0.160.950.66
HSV56°65°98°
CMYK 0.000.040.65   0.02
XYZ72.959384.107921.4059
Yxy84.10790.40880.4713
Hunter Lab91.7104-18.489250.3585
CIE-Lab93.4973-14.162672.4953

#fbf157 color RGB value is (251,241,87).

#fbf157 hex color red value is 251, green value is 241 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #fbf157 hue: 0.16 , saturation: 0.95 and the lightness value of fbf157 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110001 01010111
Octal 373 361 127
Decimal 251 241 87
Hex FB F1 57

RGB Percentages of Color #fbf157

%43.35
%41.62
%15.03

CMYK Percentages of Color #fbf157

%0
%4
%65
%2

Triadic Colors of #fbf157

#fbf157 #57fbf1 #f157fb

Analogous Colors of #fbf157

#fbf157 #b3fb57 #fb9f57

Monochromatic Colors of #fbf157

#fbf157

Complementary Color

#fbf157 #5761fb

#fbf157 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf157 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf157 Color CSS Codes

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

#fbf157 Text Font Color

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

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


#fbf157 Background Color

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

This div background color is #fbf157


#fbf157 Border Color

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

This div border color is #fbf157


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf157

Related Colors


Comments

No comments written yet.

Please login to write comment.