Color Hex Logo

#fbf371 Color Hex

#FBF371
(251,243,113)
0 Favorites   0 Comments

Color spaces of #fbf371

RGB 251243113
HSL0.160.950.71
HSV57°55°98°
CMYK 0.000.030.55   0.02
XYZ74.814985.802728.2412
Yxy85.80270.39610.4543
Hunter Lab92.6297-17.931746.7643
CIE-Lab94.2279-13.462962.5009

#fbf371 color RGB value is (251,243,113).

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

The process color (four color CMYK) of #fbf371 color hex is 0.00, 0.03, 0.55, 0.02. Web safe color of #fbf371 is #ffff66. Color #fbf371 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110011 01110001
Octal 373 363 161
Decimal 251 243 113
Hex FB F3 71

RGB Percentages of Color #fbf371

%41.35
%40.03
%18.62

CMYK Percentages of Color #fbf371

%0
%3
%55
%2

Triadic Colors of #fbf371

#fbf371 #71fbf3 #f371fb

Analogous Colors of #fbf371

#fbf371 #befb71 #fbae71

Monochromatic Colors of #fbf371

#fbf371

Complementary Color

#fbf371 #7179fb

#fbf371 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf371 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf371 Color CSS Codes

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

#fbf371 Text Font Color

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

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


#fbf371 Background Color

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

This div background color is #fbf371


#fbf371 Border Color

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

This div border color is #fbf371


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf371


Comments

No comments written yet.

Please login to write comment.