Color Hex Logo

#fbf257 Color Hex

#FBF257
(251,242,87)
0 Favorites   0 Comments

Color spaces of #fbf257

RGB 25124287
HSL0.160.950.66
HSV57°65°98°
CMYK 0.000.040.65   0.02
XYZ73.256184.701621.5049
Yxy84.70160.40820.4720
Hunter Lab92.0335-18.977550.5695
CIE-Lab93.7544-14.650572.7594

#fbf257 color RGB value is (251,242,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110010 01010111
Octal 373 362 127
Decimal 251 242 87
Hex FB F2 57

RGB Percentages of Color #fbf257

%43.28
%41.72
%15.00

CMYK Percentages of Color #fbf257

%0
%4
%65
%2

Triadic Colors of #fbf257

#fbf257 #57fbf2 #f257fb

Analogous Colors of #fbf257

#fbf257 #b2fb57 #fba057

Monochromatic Colors of #fbf257

#fbf257

Complementary Color

#fbf257 #5760fb

#fbf257 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf257 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf257 Color CSS Codes

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

#fbf257 Text Font Color

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

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


#fbf257 Background Color

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

This div background color is #fbf257


#fbf257 Border Color

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

This div border color is #fbf257


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf257

Related Colors


Comments

No comments written yet.

Please login to write comment.