Color Hex Logo

#fbf376 Color Hex

#FBF376
(251,243,118)
0 Favorites   0 Comments

Color spaces of #fbf376

RGB 251243118
HSL0.160.940.72
HSV56°53°98°
CMYK 0.000.030.53   0.02
XYZ75.104385.918429.7650
Yxy85.91840.39370.4503
Hunter Lab92.6922-17.580845.8455
CIE-Lab94.2775-13.081860.3324

#fbf376 color RGB value is (251,243,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110011 01110110
Octal 373 363 166
Decimal 251 243 118
Hex FB F3 76

RGB Percentages of Color #fbf376

%41.01
%39.71
%19.28

CMYK Percentages of Color #fbf376

%0
%3
%53
%2

Triadic Colors of #fbf376

#fbf376 #76fbf3 #f376fb

Analogous Colors of #fbf376

#fbf376 #c1fb76 #fbb176

Monochromatic Colors of #fbf376

#fbf376

Complementary Color

#fbf376 #767efb

#fbf376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf376 Color CSS Codes

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

#fbf376 Text Font Color

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

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


#fbf376 Background Color

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

This div background color is #fbf376


#fbf376 Border Color

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

This div border color is #fbf376


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf376


Comments

No comments written yet.

Please login to write comment.