Color Hex Logo

#fbf077 Color Hex

#FBF077
(251,240,119)
0 Favorites   0 Comments

Color spaces of #fbf077

RGB 251240119
HSL0.150.940.73
HSV55°53°98°
CMYK 0.000.040.53   0.02
XYZ74.273584.161329.7829
Yxy84.16130.39460.4471
Hunter Lab91.7395-16.028144.9693
CIE-Lab93.5205-11.530059.0013

#fbf077 color RGB value is (251,240,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110000 01110111
Octal 373 360 167
Decimal 251 240 119
Hex FB F0 77

RGB Percentages of Color #fbf077

%41.15
%39.34
%19.51

CMYK Percentages of Color #fbf077

%0
%4
%53
%2

Triadic Colors of #fbf077

#fbf077 #77fbf0 #f077fb

Analogous Colors of #fbf077

#fbf077 #c4fb77 #fbae77

Monochromatic Colors of #fbf077

#fbf077

Complementary Color

#fbf077 #7782fb

#fbf077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf077 Color CSS Codes

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

#fbf077 Text Font Color

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

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


#fbf077 Background Color

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

This div background color is #fbf077


#fbf077 Border Color

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

This div border color is #fbf077


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf077


Comments

No comments written yet.

Please login to write comment.