Color Hex Logo

#fbf494 Color Hex

#FBF494
(251,244,148)
0 Favorites   0 Comments

Color spaces of #fbf494

RGB 251244148
HSL0.160.930.78
HSV56°41°98°
CMYK 0.000.030.41   0.02
XYZ77.479687.348740.7933
Yxy87.34870.37680.4248
Hunter Lab93.4605-15.577839.5437
CIE-Lab94.8860-10.882347.0024

#fbf494 color RGB value is (251,244,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110100 10010100
Octal 373 364 224
Decimal 251 244 148
Hex FB F4 94

RGB Percentages of Color #fbf494

%39.04
%37.95
%23.02

CMYK Percentages of Color #fbf494

%0
%3
%41
%2

Triadic Colors of #fbf494

#fbf494 #94fbf4 #f494fb

Analogous Colors of #fbf494

#fbf494 #cffb94 #fbc194

Monochromatic Colors of #fbf494

#fbf494

Complementary Color

#fbf494 #949bfb

#fbf494 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf494 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf494 Color CSS Codes

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

#fbf494 Text Font Color

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

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


#fbf494 Background Color

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

This div background color is #fbf494


#fbf494 Border Color

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

This div border color is #fbf494


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf494


Comments

No comments written yet.

Please login to write comment.