Color Hex Logo

#fbefea Color Hex

#FBEFEA
(251,239,234)
0 Favorites   0 Comments

Color spaces of #fbefea

RGB 251239234
HSL0.050.680.95
HSV18°98°
CMYK 0.000.050.07   0.02
XYZ85.501488.182790.3565
Yxy88.18270.32380.3340
Hunter Lab93.9056-1.81008.6848
CIE-Lab95.23783.19443.8448

#fbefea color RGB value is (251,239,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101111 11101010
Octal 373 357 352
Decimal 251 239 234
Hex FB EF EA

RGB Percentages of Color #fbefea

%34.67
%33.01
%32.32

CMYK Percentages of Color #fbefea

%0
%5
%7
%2

Triadic Colors of #fbefea

#fbefea #eafbef #efeafb

Analogous Colors of #fbefea

#fbefea #fbf8ea #fbeaee

Monochromatic Colors of #fbefea

#fbefea

Complementary Color

#fbefea #eaf6fb

#fbefea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbefea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbefea Color CSS Codes

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

#fbefea Text Font Color

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

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


#fbefea Background Color

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

This div background color is #fbefea


#fbefea Border Color

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

This div border color is #fbefea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbefea

Related Colors


Comments

No comments written yet.

Please login to write comment.