Color Hex Logo

#fbeada Color Hex

#FBEADA
(251,234,218)
0 Favorites   0 Comments

Color spaces of #fbeada

RGB 251234218
HSL0.080.800.92
HSV29°13°98°
CMYK 0.000.070.13   0.02
XYZ81.861484.416878.3092
Yxy84.41680.33470.3451
Hunter Lab91.8786-1.748813.7815
CIE-Lab93.63123.17039.8292

#fbeada color RGB value is (251,234,218).

#fbeada hex color red value is 251, green value is 234 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #fbeada hue: 0.08 , saturation: 0.80 and the lightness value of fbeada is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101010 11011010
Octal 373 352 332
Decimal 251 234 218
Hex FB EA DA

RGB Percentages of Color #fbeada

%35.70
%33.29
%31.01

CMYK Percentages of Color #fbeada

%0
%7
%13
%2

Triadic Colors of #fbeada

#fbeada #dafbea #eadafb

Analogous Colors of #fbeada

#fbeada #fbfbda #fbdadb

Monochromatic Colors of #fbeada

#fbeada

Complementary Color

#fbeada #daebfb

#fbeada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbeada Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbeada Color CSS Codes

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

#fbeada Text Font Color

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

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


#fbeada Background Color

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

This div background color is #fbeada


#fbeada Border Color

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

This div border color is #fbeada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbeada


Comments

No comments written yet.

Please login to write comment.