Color Hex Logo

#fbf47d Color Hex

#FBF47D
(251,244,125)
0 Favorites   0 Comments

Color spaces of #fbf47d

RGB 251244125
HSL0.160.940.74
HSV57°50°98°
CMYK 0.000.030.50   0.02
XYZ75.836086.691332.1381
Yxy86.69130.38960.4453
Hunter Lab93.1082-17.552244.7106
CIE-Lab94.6071-13.006657.5390

#fbf47d color RGB value is (251,244,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110100 01111101
Octal 373 364 175
Decimal 251 244 125
Hex FB F4 7D

RGB Percentages of Color #fbf47d

%40.48
%39.35
%20.16

CMYK Percentages of Color #fbf47d

%0
%3
%50
%2

Triadic Colors of #fbf47d

#fbf47d #7dfbf4 #f47dfb

Analogous Colors of #fbf47d

#fbf47d #c3fb7d #fbb57d

Monochromatic Colors of #fbf47d

#fbf47d

Complementary Color

#fbf47d #7d84fb

#fbf47d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf47d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf47d Color CSS Codes

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

#fbf47d Text Font Color

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

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


#fbf47d Background Color

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

This div background color is #fbf47d


#fbf47d Border Color

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

This div border color is #fbf47d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf47d

Related Colors


Comments

No comments written yet.

Please login to write comment.