Color Hex Logo

#fbf014 Color Hex

#FBF014
(251,240,20)
0 Favorites   0 Comments

Color spaces of #fbf014

RGB 25124020
HSL0.160.970.53
HSV57°92°98°
CMYK 0.000.040.92   0.02
XYZ71.070082.879912.9135
Yxy82.87990.42590.4967
Hunter Lab91.0384-19.969555.3168
CIE-Lab92.9618-15.840689.6019

#fbf014 color RGB value is (251,240,20).

#fbf014 hex color red value is 251, green value is 240 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #fbf014 hue: 0.16 , saturation: 0.97 and the lightness value of fbf014 is 0.53.

The process color (four color CMYK) of #fbf014 color hex is 0.00, 0.04, 0.92, 0.02. Web safe color of #fbf014 is #ffff00. Color #fbf014 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110000 00010100
Octal 373 360 24
Decimal 251 240 20
Hex FB F0 14

RGB Percentages of Color #fbf014

%49.12
%46.97
%3.91

CMYK Percentages of Color #fbf014

%0
%4
%92
%2

Triadic Colors of #fbf014

#fbf014 #14fbf0 #f014fb

Analogous Colors of #fbf014

#fbf014 #93fb14 #fb7d14

Monochromatic Colors of #fbf014

#fbf014

Complementary Color

#fbf014 #141ffb

#fbf014 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf014 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf014 Color CSS Codes

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

#fbf014 Text Font Color

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

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


#fbf014 Background Color

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

This div background color is #fbf014


#fbf014 Border Color

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

This div border color is #fbf014


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf014


Comments

No comments written yet.

Please login to write comment.