Color Hex Logo

#fbf576 Color Hex

#FBF576
(251,245,118)
0 Favorites   0 Comments

Color spaces of #fbf576

RGB 251245118
HSL0.160.940.72
HSV57°53°98°
CMYK 0.000.020.53   0.02
XYZ75.706187.122129.9656
Yxy87.12210.39270.4519
Hunter Lab93.3392-18.564946.3030
CIE-Lab94.7901-14.060060.9252

#fbf576 color RGB value is (251,245,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110101 01110110
Octal 373 365 166
Decimal 251 245 118
Hex FB F5 76

RGB Percentages of Color #fbf576

%40.88
%39.90
%19.22

CMYK Percentages of Color #fbf576

%0
%2
%53
%2

Triadic Colors of #fbf576

#fbf576 #76fbf5 #f576fb

Analogous Colors of #fbf576

#fbf576 #bffb76 #fbb376

Monochromatic Colors of #fbf576

#fbf576

Complementary Color

#fbf576 #767cfb

#fbf576 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf576 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf576 Color CSS Codes

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

#fbf576 Text Font Color

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

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


#fbf576 Background Color

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

This div background color is #fbf576


#fbf576 Border Color

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

This div border color is #fbf576


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf576

Related Colors


Comments

No comments written yet.

Please login to write comment.