Color Hex Logo

#fbf057 Color Hex

#FBF057
(251,240,87)
0 Favorites   0 Comments

Color spaces of #fbf057

RGB 25124087
HSL0.160.950.66
HSV56°65°98°
CMYK 0.000.040.65   0.02
XYZ72.664083.517521.3075
Yxy83.51750.40940.4706
Hunter Lab91.3879-18.000650.1478
CIE-Lab93.2405-13.674172.2310

#fbf057 color RGB value is (251,240,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110000 01010111
Octal 373 360 127
Decimal 251 240 87
Hex FB F0 57

RGB Percentages of Color #fbf057

%43.43
%41.52
%15.05

CMYK Percentages of Color #fbf057

%0
%4
%65
%2

Triadic Colors of #fbf057

#fbf057 #57fbf0 #f057fb

Analogous Colors of #fbf057

#fbf057 #b4fb57 #fb9e57

Monochromatic Colors of #fbf057

#fbf057

Complementary Color

#fbf057 #5762fb

#fbf057 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf057 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf057 Color CSS Codes

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

#fbf057 Text Font Color

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

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


#fbf057 Background Color

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

This div background color is #fbf057


#fbf057 Border Color

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

This div border color is #fbf057


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf057

Related Colors


Comments

No comments written yet.

Please login to write comment.