Color Hex Logo

#fbf673 Color Hex

#FBF673
(251,246,115)
0 Favorites   0 Comments

Color spaces of #fbf673

RGB 251246115
HSL0.160.940.72
HSV58°54°98°
CMYK 0.000.020.54   0.02
XYZ75.833987.658629.1426
Yxy87.65860.39370.4550
Hunter Lab93.6262-19.267147.0834
CIE-Lab95.0170-14.777562.5186

#fbf673 color RGB value is (251,246,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110110 01110011
Octal 373 366 163
Decimal 251 246 115
Hex FB F6 73

RGB Percentages of Color #fbf673

%41.01
%40.20
%18.79

CMYK Percentages of Color #fbf673

%0
%2
%54
%2

Triadic Colors of #fbf673

#fbf673 #73fbf6 #f673fb

Analogous Colors of #fbf673

#fbf673 #bcfb73 #fbb273

Monochromatic Colors of #fbf673

#fbf673

Complementary Color

#fbf673 #7378fb

#fbf673 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf673 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf673 Color CSS Codes

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

#fbf673 Text Font Color

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

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


#fbf673 Background Color

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

This div background color is #fbf673


#fbf673 Border Color

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

This div border color is #fbf673


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf673

Related Colors


Comments

No comments written yet.

Please login to write comment.