Color Hex Logo

#fbf450 Color Hex

#FBF450
(251,244,80)
0 Favorites   0 Comments

Color spaces of #fbf450

RGB 25124480
HSL0.160.960.65
HSV58°68°98°
CMYK 0.000.030.68   0.02
XYZ73.582385.789820.2703
Yxy85.78980.40960.4776
Hunter Lab92.6228-20.284251.8605
CIE-Lab94.2224-15.988475.8393

#fbf450 color RGB value is (251,244,80).

#fbf450 hex color red value is 251, green value is 244 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #fbf450 hue: 0.16 , saturation: 0.96 and the lightness value of fbf450 is 0.65.

The process color (four color CMYK) of #fbf450 color hex is 0.00, 0.03, 0.68, 0.02. Web safe color of #fbf450 is #ffff66. Color #fbf450 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110100 01010000
Octal 373 364 120
Decimal 251 244 80
Hex FB F4 50

RGB Percentages of Color #fbf450

%43.65
%42.43
%13.91

CMYK Percentages of Color #fbf450

%0
%3
%68
%2

Triadic Colors of #fbf450

#fbf450 #50fbf4 #f450fb

Analogous Colors of #fbf450

#fbf450 #adfb50 #fb9f50

Monochromatic Colors of #fbf450

#fbf450

Complementary Color

#fbf450 #5057fb

#fbf450 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf450 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf450 Color CSS Codes

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

#fbf450 Text Font Color

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

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


#fbf450 Background Color

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

This div background color is #fbf450


#fbf450 Border Color

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

This div border color is #fbf450


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf450


Comments

No comments written yet.

Please login to write comment.