Color Hex Logo

#fbf070 Color Hex

#FBF070
(251,240,112)
0 Favorites   0 Comments

Color spaces of #fbf070

RGB 251240112
HSL0.150.950.71
HSV55°55°98°
CMYK 0.000.040.55   0.02
XYZ73.868483.999327.6494
Yxy83.99930.39820.4528
Hunter Lab91.6511-16.523246.2691
CIE-Lab93.4502-12.065762.0572

#fbf070 color RGB value is (251,240,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110000 01110000
Octal 373 360 160
Decimal 251 240 112
Hex FB F0 70

RGB Percentages of Color #fbf070

%41.63
%39.80
%18.57

CMYK Percentages of Color #fbf070

%0
%4
%55
%2

Triadic Colors of #fbf070

#fbf070 #70fbf0 #f070fb

Analogous Colors of #fbf070

#fbf070 #c1fb70 #fbab70

Monochromatic Colors of #fbf070

#fbf070

Complementary Color

#fbf070 #707bfb

#fbf070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf070 Color CSS Codes

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

#fbf070 Text Font Color

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

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


#fbf070 Background Color

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

This div background color is #fbf070


#fbf070 Border Color

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

This div border color is #fbf070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf070

Related Colors


Comments

No comments written yet.

Please login to write comment.