Color Hex Logo

#fbeade Color Hex

#FBEADE
(251,234,222)
0 Favorites   0 Comments

Color spaces of #fbeade

RGB 251234222
HSL0.070.780.93
HSV25°12°98°
CMYK 0.000.070.12   0.02
XYZ82.391384.628881.0997
Yxy84.62880.33210.3411
Hunter Lab91.9939-1.121712.1271
CIE-Lab93.72293.79937.8836

#fbeade color RGB value is (251,234,222).

#fbeade hex color red value is 251, green value is 234 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #fbeade hue: 0.07 , saturation: 0.78 and the lightness value of fbeade is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101010 11011110
Octal 373 352 336
Decimal 251 234 222
Hex FB EA DE

RGB Percentages of Color #fbeade

%35.50
%33.10
%31.40

CMYK Percentages of Color #fbeade

%0
%7
%12
%2

Triadic Colors of #fbeade

#fbeade #defbea #eadefb

Analogous Colors of #fbeade

#fbeade #fbf9de #fbdee1

Monochromatic Colors of #fbeade

#fbeade

Complementary Color

#fbeade #deeffb

#fbeade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbeade Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbeade Color CSS Codes

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

#fbeade Text Font Color

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

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


#fbeade Background Color

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

This div background color is #fbeade


#fbeade Border Color

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

This div border color is #fbeade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbeade

Related Colors

#fbeade Color Palettes


Comments

No comments written yet.

Please login to write comment.