Color Hex Logo

#fbf173 Color Hex

#FBF173
(251,241,115)
0 Favorites   0 Comments

Color spaces of #fbf173

RGB 251241115
HSL0.150.940.72
HSV56°54°98°
CMYK 0.000.040.54   0.02
XYZ74.333584.657628.6424
Yxy84.65760.39620.4512
Hunter Lab92.0096-16.808645.9498
CIE-Lab93.7354-12.332161.0505

#fbf173 color RGB value is (251,241,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110001 01110011
Octal 373 361 163
Decimal 251 241 115
Hex FB F1 73

RGB Percentages of Color #fbf173

%41.35
%39.70
%18.95

CMYK Percentages of Color #fbf173

%0
%4
%54
%2

Triadic Colors of #fbf173

#fbf173 #73fbf1 #f173fb

Analogous Colors of #fbf173

#fbf173 #c1fb73 #fbad73

Monochromatic Colors of #fbf173

#fbf173

Complementary Color

#fbf173 #737dfb

#fbf173 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf173 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf173 Color CSS Codes

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

#fbf173 Text Font Color

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

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


#fbf173 Background Color

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

This div background color is #fbf173


#fbf173 Border Color

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

This div border color is #fbf173


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf173

Related Colors


Comments

No comments written yet.

Please login to write comment.