Color Hex Logo

#fbf87b Color Hex

#FBF87B
(251,248,123)
0 Favorites   0 Comments

Color spaces of #fbf87b

RGB 251248123
HSL0.160.940.73
HSV59°51°98°
CMYK 0.000.010.51   0.02
XYZ76.926289.074131.8775
Yxy89.07410.38880.4501
Hunter Lab94.3791-19.672246.0395
CIE-Lab95.6114-15.123559.6314

#fbf87b color RGB value is (251,248,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111000 01111011
Octal 373 370 173
Decimal 251 248 123
Hex FB F8 7B

RGB Percentages of Color #fbf87b

%40.35
%39.87
%19.77

CMYK Percentages of Color #fbf87b

%0
%1
%51
%2

Triadic Colors of #fbf87b

#fbf87b #7bfbf8 #f87bfb

Analogous Colors of #fbf87b

#fbf87b #befb7b #fbb87b

Monochromatic Colors of #fbf87b

#fbf87b

Complementary Color

#fbf87b #7b7efb

#fbf87b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf87b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf87b Color CSS Codes

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

#fbf87b Text Font Color

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

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


#fbf87b Background Color

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

This div background color is #fbf87b


#fbf87b Border Color

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

This div border color is #fbf87b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf87b


Comments

No comments written yet.

Please login to write comment.