Color Hex Logo

#fbf792 Color Hex

#FBF792
(251,247,146)
0 Favorites   0 Comments

Color spaces of #fbf792

RGB 251247146
HSL0.160.930.78
HSV58°42°98°
CMYK 0.000.020.42   0.02
XYZ78.232789.106140.2700
Yxy89.10610.37680.4292
Hunter Lab94.3960-17.257440.7837
CIE-Lab95.6247-12.558048.8952

#fbf792 color RGB value is (251,247,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110111 10010010
Octal 373 367 222
Decimal 251 247 146
Hex FB F7 92

RGB Percentages of Color #fbf792

%38.98
%38.35
%22.67

CMYK Percentages of Color #fbf792

%0
%2
%42
%2

Triadic Colors of #fbf792

#fbf792 #92fbf7 #f792fb

Analogous Colors of #fbf792

#fbf792 #cbfb92 #fbc392

Monochromatic Colors of #fbf792

#fbf792

Complementary Color

#fbf792 #9296fb

#fbf792 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf792 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf792 Color CSS Codes

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

#fbf792 Text Font Color

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

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


#fbf792 Background Color

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

This div background color is #fbf792


#fbf792 Border Color

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

This div border color is #fbf792


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf792

Related Colors


Comments

No comments written yet.

Please login to write comment.