Color Hex Logo

#fbf078 Color Hex

#FBF078
(251,240,120)
0 Favorites   0 Comments

Color spaces of #fbf078

RGB 251240120
HSL0.150.940.73
HSV55°52°98°
CMYK 0.000.040.52   0.02
XYZ74.333984.185530.1009
Yxy84.18550.39410.4463
Hunter Lab91.7527-15.954444.7758
CIE-Lab93.5310-11.450458.5590

#fbf078 color RGB value is (251,240,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110000 01111000
Octal 373 360 170
Decimal 251 240 120
Hex FB F0 78

RGB Percentages of Color #fbf078

%41.08
%39.28
%19.64

CMYK Percentages of Color #fbf078

%0
%4
%52
%2

Triadic Colors of #fbf078

#fbf078 #78fbf0 #f078fb

Analogous Colors of #fbf078

#fbf078 #c5fb78 #fbaf78

Monochromatic Colors of #fbf078

#fbf078

Complementary Color

#fbf078 #7883fb

#fbf078 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf078 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf078 Color CSS Codes

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

#fbf078 Text Font Color

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

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


#fbf078 Background Color

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

This div background color is #fbf078


#fbf078 Border Color

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

This div border color is #fbf078


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf078


Comments

No comments written yet.

Please login to write comment.