Color Hex Logo

#fbf397 Color Hex

#FBF397
(251,243,151)
0 Favorites   0 Comments

Color spaces of #fbf397

RGB 251243151
HSL0.150.930.79
HSV55°40°98°
CMYK 0.000.030.40   0.02
XYZ77.420286.844841.9604
Yxy86.84480.37540.4211
Hunter Lab93.1906-14.790538.5372
CIE-Lab94.6724-10.080845.2719

#fbf397 color RGB value is (251,243,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110011 10010111
Octal 373 363 227
Decimal 251 243 151
Hex FB F3 97

RGB Percentages of Color #fbf397

%38.91
%37.67
%23.41

CMYK Percentages of Color #fbf397

%0
%3
%40
%2

Triadic Colors of #fbf397

#fbf397 #97fbf3 #f397fb

Analogous Colors of #fbf397

#fbf397 #d1fb97 #fbc197

Monochromatic Colors of #fbf397

#fbf397

Complementary Color

#fbf397 #979ffb

#fbf397 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf397 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf397 Color CSS Codes

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

#fbf397 Text Font Color

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

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


#fbf397 Background Color

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

This div background color is #fbf397


#fbf397 Border Color

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

This div border color is #fbf397


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf397

Related Colors


Comments

No comments written yet.

Please login to write comment.