Color Hex Logo

#fbf276 Color Hex

#FBF276
(251,242,118)
0 Favorites   0 Comments

Color spaces of #fbf276

RGB 251242118
HSL0.160.940.72
HSV56°53°98°
CMYK 0.000.040.53   0.02
XYZ74.805885.321529.6655
Yxy85.32150.39410.4496
Hunter Lab92.3696-17.088245.6171
CIE-Lab94.0215-12.591760.0358

#fbf276 color RGB value is (251,242,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110010 01110110
Octal 373 362 166
Decimal 251 242 118
Hex FB F2 76

RGB Percentages of Color #fbf276

%41.08
%39.61
%19.31

CMYK Percentages of Color #fbf276

%0
%4
%53
%2

Triadic Colors of #fbf276

#fbf276 #76fbf2 #f276fb

Analogous Colors of #fbf276

#fbf276 #c2fb76 #fbb076

Monochromatic Colors of #fbf276

#fbf276

Complementary Color

#fbf276 #767ffb

#fbf276 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf276 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf276 Color CSS Codes

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

#fbf276 Text Font Color

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

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


#fbf276 Background Color

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

This div background color is #fbf276


#fbf276 Border Color

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

This div border color is #fbf276


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf276

Related Colors


Comments

No comments written yet.

Please login to write comment.