Color Hex Logo

#fbf591 Color Hex

#FBF591
(251,245,145)
0 Favorites   0 Comments

Color spaces of #fbf591

RGB 251245145
HSL0.160.930.78
HSV57°42°98°
CMYK 0.000.020.42   0.02
XYZ77.546987.858439.6593
Yxy87.85840.37820.4284
Hunter Lab93.7328-16.356040.5268
CIE-Lab95.1013-11.675048.7221

#fbf591 color RGB value is (251,245,145).

#fbf591 hex color red value is 251, green value is 245 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #fbf591 hue: 0.16 , saturation: 0.93 and the lightness value of fbf591 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110101 10010001
Octal 373 365 221
Decimal 251 245 145
Hex FB F5 91

RGB Percentages of Color #fbf591

%39.16
%38.22
%22.62

CMYK Percentages of Color #fbf591

%0
%2
%42
%2

Triadic Colors of #fbf591

#fbf591 #91fbf5 #f591fb

Analogous Colors of #fbf591

#fbf591 #ccfb91 #fbc091

Monochromatic Colors of #fbf591

#fbf591

Complementary Color

#fbf591 #9197fb

#fbf591 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf591 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf591 Color CSS Codes

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

#fbf591 Text Font Color

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

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


#fbf591 Background Color

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

This div background color is #fbf591


#fbf591 Border Color

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

This div border color is #fbf591


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf591


Comments

No comments written yet.

Please login to write comment.