Color Hex Logo

#fbf54d Color Hex

#FBF54D
(251,245,77)
0 Favorites   0 Comments

Color spaces of #fbf54d

RGB 25124577
HSL0.160.960.64
HSV58°69°98°
CMYK 0.000.020.69   0.02
XYZ73.775686.349919.8000
Yxy86.34990.41000.4799
Hunter Lab92.9246-20.901852.4140
CIE-Lab94.4618-16.618477.1421

#fbf54d color RGB value is (251,245,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110101 01001101
Octal 373 365 115
Decimal 251 245 77
Hex FB F5 4D

RGB Percentages of Color #fbf54d

%43.80
%42.76
%13.44

CMYK Percentages of Color #fbf54d

%0
%2
%69
%2

Triadic Colors of #fbf54d

#fbf54d #4dfbf5 #f54dfb

Analogous Colors of #fbf54d

#fbf54d #aafb4d #fb9e4d

Monochromatic Colors of #fbf54d

#fbf54d

Complementary Color

#fbf54d #4d53fb

#fbf54d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf54d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf54d Color CSS Codes

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

#fbf54d Text Font Color

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

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


#fbf54d Background Color

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

This div background color is #fbf54d


#fbf54d Border Color

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

This div border color is #fbf54d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf54d

Related Colors


Comments

No comments written yet.

Please login to write comment.