Color Hex Logo

#fbf7ed Color Hex

#FBF7ED
(251,247,237)
1 Favorites   0 Comments

Color spaces of #fbf7ed

RGB 251247237
HSL0.120.640.96
HSV43°98°
CMYK 0.000.020.06   0.02
XYZ88.330593.145293.4441
Yxy93.14520.32130.3388
Hunter Lab96.5118-5.527010.1528
CIE-Lab97.2865-0.37025.2601

#fbf7ed color RGB value is (251,247,237).

#fbf7ed hex color red value is 251, green value is 247 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #fbf7ed hue: 0.12 , saturation: 0.64 and the lightness value of fbf7ed is 0.96.

The process color (four color CMYK) of #fbf7ed color hex is 0.00, 0.02, 0.06, 0.02. Web safe color of #fbf7ed is #ffffff. Color #fbf7ed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110111 11101101
Octal 373 367 355
Decimal 251 247 237
Hex FB F7 ED

RGB Percentages of Color #fbf7ed

%34.15
%33.61
%32.24

CMYK Percentages of Color #fbf7ed

%0
%2
%6
%2

Triadic Colors of #fbf7ed

#fbf7ed #edfbf7 #f7edfb

Analogous Colors of #fbf7ed

#fbf7ed #f8fbed #fbf0ed

Monochromatic Colors of #fbf7ed

#fbf7ed

Complementary Color

#fbf7ed #edf1fb

#fbf7ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf7ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf7ed Color CSS Codes

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

#fbf7ed Text Font Color

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

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


#fbf7ed Background Color

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

This div background color is #fbf7ed


#fbf7ed Border Color

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

This div border color is #fbf7ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf7ed

Related Colors


Comments

No comments written yet.

Please login to write comment.