Color Hex Logo

#fbf292 Color Hex

#FBF292
(251,242,146)
0 Favorites   0 Comments

Color spaces of #fbf292

RGB 251242146
HSL0.150.930.78
HSV55°42°98°
CMYK 0.000.040.42   0.02
XYZ76.724186.088839.7671
Yxy86.08880.37870.4250
Hunter Lab92.7841-14.768639.5372
CIE-Lab94.3503-10.096347.2980

#fbf292 color RGB value is (251,242,146).

#fbf292 hex color red value is 251, green value is 242 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #fbf292 hue: 0.15 , saturation: 0.93 and the lightness value of fbf292 is 0.78.

The process color (four color CMYK) of #fbf292 color hex is 0.00, 0.04, 0.42, 0.02. Web safe color of #fbf292 is #ffff99. Color #fbf292 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110010 10010010
Octal 373 362 222
Decimal 251 242 146
Hex FB F2 92

RGB Percentages of Color #fbf292

%39.28
%37.87
%22.85

CMYK Percentages of Color #fbf292

%0
%4
%42
%2

Triadic Colors of #fbf292

#fbf292 #92fbf2 #f292fb

Analogous Colors of #fbf292

#fbf292 #d0fb92 #fbbe92

Monochromatic Colors of #fbf292

#fbf292

Complementary Color

#fbf292 #929bfb

#fbf292 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf292 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf292 Color CSS Codes

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

#fbf292 Text Font Color

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

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


#fbf292 Background Color

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

This div background color is #fbf292


#fbf292 Border Color

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

This div border color is #fbf292


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf292

Related Colors


Comments

No comments written yet.

Please login to write comment.