Color Hex Logo

#fbf4eb Color Hex

#FBF4EB
(251,244,235)
0 Favorites   0 Comments

Color spaces of #fbf4eb

RGB 251244235
HSL0.090.670.95
HSV34°98°
CMYK 0.000.030.06   0.02
XYZ87.129791.208891.6101
Yxy91.20880.32280.3379
Hunter Lab95.5033-4.28149.9793
CIE-Lab96.49600.81615.1488

#fbf4eb color RGB value is (251,244,235).

#fbf4eb hex color red value is 251, green value is 244 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #fbf4eb hue: 0.09 , saturation: 0.67 and the lightness value of fbf4eb is 0.95.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110100 11101011
Octal 373 364 353
Decimal 251 244 235
Hex FB F4 EB

RGB Percentages of Color #fbf4eb

%34.38
%33.42
%32.19

CMYK Percentages of Color #fbf4eb

%0
%3
%6
%2

Triadic Colors of #fbf4eb

#fbf4eb #ebfbf4 #f4ebfb

Analogous Colors of #fbf4eb

#fbf4eb #fafbeb #fbeceb

Monochromatic Colors of #fbf4eb

#fbf4eb

Complementary Color

#fbf4eb #ebf2fb

#fbf4eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf4eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf4eb Color CSS Codes

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

#fbf4eb Text Font Color

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

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


#fbf4eb Background Color

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

This div background color is #fbf4eb


#fbf4eb Border Color

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

This div border color is #fbf4eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf4eb


Comments

No comments written yet.

Please login to write comment.