Color Hex Logo

#fbf971 Color Hex

#FBF971
(251,249,113)
0 Favorites   0 Comments

Color spaces of #fbf971

RGB 251249113
HSL0.160.950.71
HSV59°55°98°
CMYK 0.000.010.55   0.02
XYZ76.640089.452828.8496
Yxy89.45280.39310.4589
Hunter Lab94.5795-20.871348.1204
CIE-Lab95.7693-16.382964.2491

#fbf971 color RGB value is (251,249,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111001 01110001
Octal 373 371 161
Decimal 251 249 113
Hex FB F9 71

RGB Percentages of Color #fbf971

%40.95
%40.62
%18.43

CMYK Percentages of Color #fbf971

%0
%1
%55
%2

Triadic Colors of #fbf971

#fbf971 #71fbf9 #f971fb

Analogous Colors of #fbf971

#fbf971 #b8fb71 #fbb471

Monochromatic Colors of #fbf971

#fbf971

Complementary Color

#fbf971 #7173fb

#fbf971 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf971 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf971 Color CSS Codes

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

#fbf971 Text Font Color

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

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


#fbf971 Background Color

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

This div background color is #fbf971


#fbf971 Border Color

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

This div border color is #fbf971


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,249,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 #fbf971">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf971

Related Colors


Comments

No comments written yet.

Please login to write comment.