Color Hex Logo

#fbf97f Color Hex

#FBF97F
(251,249,127)
0 Favorites   0 Comments

Color spaces of #fbf97f

RGB 251249127
HSL0.160.940.74
HSV59°49°98°
CMYK 0.000.010.49   0.02
XYZ77.490189.792933.3263
Yxy89.79290.38630.4476
Hunter Lab94.7591-19.858545.4794
CIE-Lab95.9108-15.278358.1654

#fbf97f color RGB value is (251,249,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111001 01111111
Octal 373 371 177
Decimal 251 249 127
Hex FB F9 7F

RGB Percentages of Color #fbf97f

%40.03
%39.71
%20.26

CMYK Percentages of Color #fbf97f

%0
%1
%49
%2

Triadic Colors of #fbf97f

#fbf97f #7ffbf9 #f97ffb

Analogous Colors of #fbf97f

#fbf97f #bffb7f #fbbb7f

Monochromatic Colors of #fbf97f

#fbf97f

Complementary Color

#fbf97f #7f81fb

#fbf97f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf97f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf97f Color CSS Codes

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

#fbf97f Text Font Color

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

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


#fbf97f Background Color

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

This div background color is #fbf97f


#fbf97f Border Color

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

This div border color is #fbf97f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf97f

Related Colors


Comments

No comments written yet.

Please login to write comment.