Color Hex Logo

#fbf995 Color Hex

#FBF995
(251,249,149)
0 Favorites   0 Comments

Color spaces of #fbf995

RGB 251249149
HSL0.160.930.78
HSV59°41°98°
CMYK 0.000.010.41   0.02
XYZ79.084290.430541.7204
Yxy90.43050.37440.4281
Hunter Lab95.0950-17.969540.5545
CIE-Lab96.1751-13.236148.1408

#fbf995 color RGB value is (251,249,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111001 10010101
Octal 373 371 225
Decimal 251 249 149
Hex FB F9 95

RGB Percentages of Color #fbf995

%38.67
%38.37
%22.96

CMYK Percentages of Color #fbf995

%0
%1
%41
%2

Triadic Colors of #fbf995

#fbf995 #95fbf9 #f995fb

Analogous Colors of #fbf995

#fbf995 #cafb95 #fbc695

Monochromatic Colors of #fbf995

#fbf995

Complementary Color

#fbf995 #9597fb

#fbf995 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf995 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf995 Color CSS Codes

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

#fbf995 Text Font Color

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

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


#fbf995 Background Color

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

This div background color is #fbf995


#fbf995 Border Color

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

This div border color is #fbf995


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf995


Comments

No comments written yet.

Please login to write comment.