Color Hex Logo

#fbf7ea Color Hex

#FBF7EA
(251,247,234)
0 Favorites   0 Comments

Color spaces of #fbf7ea

RGB 251247234
HSL0.130.680.95
HSV46°98°
CMYK 0.000.020.07   0.02
XYZ87.895792.971391.1546
Yxy92.97130.32310.3418
Hunter Lab96.4216-6.021411.4439
CIE-Lab97.2160-0.86816.7036

#fbf7ea color RGB value is (251,247,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110111 11101010
Octal 373 367 352
Decimal 251 247 234
Hex FB F7 EA

RGB Percentages of Color #fbf7ea

%34.29
%33.74
%31.97

CMYK Percentages of Color #fbf7ea

%0
%2
%7
%2

Triadic Colors of #fbf7ea

#fbf7ea #eafbf7 #f7eafb

Analogous Colors of #fbf7ea

#fbf7ea #f7fbea #fbefea

Monochromatic Colors of #fbf7ea

#fbf7ea

Complementary Color

#fbf7ea #eaeefb

#fbf7ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf7ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf7ea Color CSS Codes

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

#fbf7ea Text Font Color

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

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


#fbf7ea Background Color

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

This div background color is #fbf7ea


#fbf7ea Border Color

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

This div border color is #fbf7ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf7ea

#fbf7ea Color Palettes


Comments

No comments written yet.

Please login to write comment.