Color Hex Logo

#fbf479 Color Hex

#FBF479
(251,244,121)
0 Favorites   0 Comments

Color spaces of #fbf479

RGB 251244121
HSL0.160.940.73
HSV57°52°98°
CMYK 0.000.030.52   0.02
XYZ75.585586.591130.8191
Yxy86.59110.39160.4487
Hunter Lab93.0543-17.854445.5015
CIE-Lab94.5645-13.334059.3128

#fbf479 color RGB value is (251,244,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110100 01111001
Octal 373 364 171
Decimal 251 244 121
Hex FB F4 79

RGB Percentages of Color #fbf479

%40.75
%39.61
%19.64

CMYK Percentages of Color #fbf479

%0
%3
%52
%2

Triadic Colors of #fbf479

#fbf479 #79fbf4 #f479fb

Analogous Colors of #fbf479

#fbf479 #c1fb79 #fbb379

Monochromatic Colors of #fbf479

#fbf479

Complementary Color

#fbf479 #7980fb

#fbf479 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf479 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf479 Color CSS Codes

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

#fbf479 Text Font Color

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

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


#fbf479 Background Color

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

This div background color is #fbf479


#fbf479 Border Color

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

This div border color is #fbf479


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf479


Comments

No comments written yet.

Please login to write comment.