Color Hex Logo

#fbf5ea Color Hex

#FBF5EA
(251,245,234)
0 Favorites   0 Comments

Color spaces of #fbf5ea

RGB 251245234
HSL0.110.680.95
HSV39°98°
CMYK 0.000.020.07   0.02
XYZ87.287491.754690.9518
Yxy91.75460.32330.3398
Hunter Lab95.7886-4.971910.7559
CIE-Lab96.71990.14375.9883

#fbf5ea color RGB value is (251,245,234).

#fbf5ea hex color red value is 251, green value is 245 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #fbf5ea hue: 0.11 , saturation: 0.68 and the lightness value of fbf5ea is 0.95.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110101 11101010
Octal 373 365 352
Decimal 251 245 234
Hex FB F5 EA

RGB Percentages of Color #fbf5ea

%34.38
%33.56
%32.05

CMYK Percentages of Color #fbf5ea

%0
%2
%7
%2

Triadic Colors of #fbf5ea

#fbf5ea #eafbf5 #f5eafb

Analogous Colors of #fbf5ea

#fbf5ea #f9fbea #fbedea

Monochromatic Colors of #fbf5ea

#fbf5ea

Complementary Color

#fbf5ea #eaf0fb

#fbf5ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf5ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf5ea Color CSS Codes

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

#fbf5ea Text Font Color

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

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


#fbf5ea Background Color

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

This div background color is #fbf5ea


#fbf5ea Border Color

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

This div border color is #fbf5ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf5ea

#fbf5ea Color Palettes


Comments

No comments written yet.

Please login to write comment.