Color Hex Logo

#fbf795 Color Hex

#FBF795
(251,247,149)
0 Favorites   0 Comments

Color spaces of #fbf795

RGB 251247149
HSL0.160.930.78
HSV58°41°98°
CMYK 0.000.020.41   0.02
XYZ78.469289.200741.5155
Yxy89.20070.37510.4264
Hunter Lab94.4461-16.976640.0503
CIE-Lab95.6642-12.256547.4982

#fbf795 color RGB value is (251,247,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110111 10010101
Octal 373 367 225
Decimal 251 247 149
Hex FB F7 95

RGB Percentages of Color #fbf795

%38.79
%38.18
%23.03

CMYK Percentages of Color #fbf795

%0
%2
%41
%2

Triadic Colors of #fbf795

#fbf795 #95fbf7 #f795fb

Analogous Colors of #fbf795

#fbf795 #ccfb95 #fbc495

Monochromatic Colors of #fbf795

#fbf795

Complementary Color

#fbf795 #9599fb

#fbf795 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf795 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf795 Color CSS Codes

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

#fbf795 Text Font Color

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

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


#fbf795 Background Color

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

This div background color is #fbf795


#fbf795 Border Color

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

This div border color is #fbf795


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf795

Related Colors

#fbf795 Color Palettes


Comments

No comments written yet.

Please login to write comment.