Color Hex Logo

#fbeadb Color Hex

#FBEADB
(251,234,219)
0 Favorites   0 Comments

Color spaces of #fbeadb

RGB 251234219
HSL0.080.800.92
HSV28°13°98°
CMYK 0.000.070.13   0.02
XYZ81.992784.469379.0006
Yxy84.46930.33400.3441
Hunter Lab91.9072-1.593213.3712
CIE-Lab93.65403.32669.3425

#fbeadb color RGB value is (251,234,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101010 11011011
Octal 373 352 333
Decimal 251 234 219
Hex FB EA DB

RGB Percentages of Color #fbeadb

%35.65
%33.24
%31.11

CMYK Percentages of Color #fbeadb

%0
%7
%13
%2

Triadic Colors of #fbeadb

#fbeadb #dbfbea #eadbfb

Analogous Colors of #fbeadb

#fbeadb #fbfadb #fbdbdc

Monochromatic Colors of #fbeadb

#fbeadb

Complementary Color

#fbeadb #dbecfb

#fbeadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbeadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbeadb Color CSS Codes

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

#fbeadb Text Font Color

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

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


#fbeadb Background Color

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

This div background color is #fbeadb


#fbeadb Border Color

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

This div border color is #fbeadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbeadb

Related Colors


Comments

No comments written yet.

Please login to write comment.