Color Hex Logo

#fbf379 Color Hex

#FBF379
(251,243,121)
0 Favorites   0 Comments

Color spaces of #fbf379

RGB 251243121
HSL0.160.940.73
HSV56°52°98°
CMYK 0.000.030.52   0.02
XYZ75.285485.990930.7191
Yxy85.99090.39210.4479
Hunter Lab92.7313-17.361645.2709
CIE-Lab94.3085-12.844359.0135

#fbf379 color RGB value is (251,243,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110011 01111001
Octal 373 363 171
Decimal 251 243 121
Hex FB F3 79

RGB Percentages of Color #fbf379

%40.81
%39.51
%19.67

CMYK Percentages of Color #fbf379

%0
%3
%52
%2

Triadic Colors of #fbf379

#fbf379 #79fbf3 #f379fb

Analogous Colors of #fbf379

#fbf379 #c2fb79 #fbb279

Monochromatic Colors of #fbf379

#fbf379

Complementary Color

#fbf379 #7981fb

#fbf379 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf379 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf379 Color CSS Codes

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

#fbf379 Text Font Color

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

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


#fbf379 Background Color

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

This div background color is #fbf379


#fbf379 Border Color

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

This div border color is #fbf379


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,243,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 #fbf379">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf379


Comments

No comments written yet.

Please login to write comment.