Color Hex Logo

#fbf176 Color Hex

#FBF176
(251,241,118)
0 Favorites   0 Comments

Color spaces of #fbf176

RGB 251241118
HSL0.150.940.72
HSV55°53°98°
CMYK 0.000.040.53   0.02
XYZ74.509084.727829.5666
Yxy84.72780.39460.4488
Hunter Lab92.0477-16.594745.3889
CIE-Lab93.7657-12.100659.7391

#fbf176 color RGB value is (251,241,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110001 01110110
Octal 373 361 166
Decimal 251 241 118
Hex FB F1 76

RGB Percentages of Color #fbf176

%41.15
%39.51
%19.34

CMYK Percentages of Color #fbf176

%0
%4
%53
%2

Triadic Colors of #fbf176

#fbf176 #76fbf1 #f176fb

Analogous Colors of #fbf176

#fbf176 #c3fb76 #fbaf76

Monochromatic Colors of #fbf176

#fbf176

Complementary Color

#fbf176 #7680fb

#fbf176 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf176 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf176 Color CSS Codes

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

#fbf176 Text Font Color

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

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


#fbf176 Background Color

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

This div background color is #fbf176


#fbf176 Border Color

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

This div border color is #fbf176


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf176


Comments

No comments written yet.

Please login to write comment.