Color Hex Logo

#fbf089 Color Hex

#FBF089
(251,240,137)
0 Favorites   0 Comments

Color spaces of #fbf089

RGB 251240137
HSL0.150.930.76
HSV54°45°98°
CMYK 0.000.040.45   0.02
XYZ75.459184.635536.0261
Yxy84.63550.38480.4315
Hunter Lab91.9976-14.584841.1804
CIE-Lab93.7258-9.977450.8527

#fbf089 color RGB value is (251,240,137).

#fbf089 hex color red value is 251, green value is 240 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #fbf089 hue: 0.15 , saturation: 0.93 and the lightness value of fbf089 is 0.76.

The process color (four color CMYK) of #fbf089 color hex is 0.00, 0.04, 0.45, 0.02. Web safe color of #fbf089 is #ffff99. Color #fbf089 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110000 10001001
Octal 373 360 211
Decimal 251 240 137
Hex FB F0 89

RGB Percentages of Color #fbf089

%39.97
%38.22
%21.82

CMYK Percentages of Color #fbf089

%0
%4
%45
%2

Triadic Colors of #fbf089

#fbf089 #89fbf0 #f089fb

Analogous Colors of #fbf089

#fbf089 #cdfb89 #fbb789

Monochromatic Colors of #fbf089

#fbf089

Complementary Color

#fbf089 #8994fb

#fbf089 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf089 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf089 Color CSS Codes

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

#fbf089 Text Font Color

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

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


#fbf089 Background Color

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

This div background color is #fbf089


#fbf089 Border Color

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

This div border color is #fbf089


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf089


Comments

No comments written yet.

Please login to write comment.