Color Hex Logo

#fbf493 Color Hex

#FBF493
(251,244,147)
0 Favorites   0 Comments

Color spaces of #fbf493

RGB 251244147
HSL0.160.930.78
HSV56°41°98°
CMYK 0.000.030.41   0.02
XYZ77.400887.317240.3782
Yxy87.31720.37740.4257
Hunter Lab93.4437-15.672239.7906
CIE-Lab94.8727-10.983347.4701

#fbf493 color RGB value is (251,244,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110100 10010011
Octal 373 364 223
Decimal 251 244 147
Hex FB F4 93

RGB Percentages of Color #fbf493

%39.10
%38.01
%22.90

CMYK Percentages of Color #fbf493

%0
%3
%41
%2

Triadic Colors of #fbf493

#fbf493 #93fbf4 #f493fb

Analogous Colors of #fbf493

#fbf493 #cefb93 #fbc093

Monochromatic Colors of #fbf493

#fbf493

Complementary Color

#fbf493 #939afb

#fbf493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf493 Color CSS Codes

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

#fbf493 Text Font Color

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

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


#fbf493 Background Color

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

This div background color is #fbf493


#fbf493 Border Color

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

This div border color is #fbf493


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf493

Related Colors


Comments

No comments written yet.

Please login to write comment.