Color Hex Logo

#fbfbea Color Hex

#FBFBEA
(251,251,234)
0 Favorites   0 Comments

Color spaces of #fbfbea

RGB 251251234
HSL0.170.680.95
HSV60°98°
CMYK 0.000.000.07   0.02
XYZ89.132195.444191.5667
Yxy95.44410.32280.3456
Hunter Lab97.6955-8.113312.8163
CIE-Lab98.2109-2.88338.1355

#fbfbea color RGB value is (251,251,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111011 11101010
Octal 373 373 352
Decimal 251 251 234
Hex FB FB EA

RGB Percentages of Color #fbfbea

%34.10
%34.10
%31.79

CMYK Percentages of Color #fbfbea

%0
%0
%7
%2

Triadic Colors of #fbfbea

#fbfbea #eafbfb #fbeafb

Analogous Colors of #fbfbea

#fbfbea #f3fbea #fbf3ea

Monochromatic Colors of #fbfbea

#fbfbea

Complementary Color

#fbfbea #eaeafb

#fbfbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbfbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbfbea Color CSS Codes

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

#fbfbea Text Font Color

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

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


#fbfbea Background Color

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

This div background color is #fbfbea


#fbfbea Border Color

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

This div border color is #fbfbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbfbea


Comments

No comments written yet.

Please login to write comment.