Color Hex Logo

#fbf580 Color Hex

#FBF580
(251,245,128)
0 Favorites   0 Comments

Color spaces of #fbf580

RGB 251245128
HSL0.160.940.74
HSV57°49°98°
CMYK 0.000.020.49   0.02
XYZ76.332487.372633.2635
Yxy87.37260.38750.4436
Hunter Lab93.4733-17.811244.3323
CIE-Lab94.8961-13.242656.5007

#fbf580 color RGB value is (251,245,128).

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

The process color (four color CMYK) of #fbf580 color hex is 0.00, 0.02, 0.49, 0.02. Web safe color of #fbf580 is #ffff99. Color #fbf580 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110101 10000000
Octal 373 365 200
Decimal 251 245 128
Hex FB F5 80

RGB Percentages of Color #fbf580

%40.22
%39.26
%20.51

CMYK Percentages of Color #fbf580

%0
%2
%49
%2

Triadic Colors of #fbf580

#fbf580 #80fbf5 #f580fb

Analogous Colors of #fbf580

#fbf580 #c4fb80 #fbb880

Monochromatic Colors of #fbf580

#fbf580

Complementary Color

#fbf580 #8086fb

#fbf580 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf580 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf580 Color CSS Codes

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

#fbf580 Text Font Color

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

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


#fbf580 Background Color

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

This div background color is #fbf580


#fbf580 Border Color

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

This div border color is #fbf580


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf580

Related Colors


Comments

No comments written yet.

Please login to write comment.