Color Hex Logo

#fbeadd Color Hex

#FBEADD
(251,234,221)
0 Favorites   0 Comments

Color spaces of #fbeadd

RGB 251234221
HSL0.070.790.93
HSV26°12°98°
CMYK 0.000.070.12   0.02
XYZ82.257684.575380.3958
Yxy84.57530.33270.3421
Hunter Lab91.9648-1.279812.5440
CIE-Lab93.69983.64108.3698

#fbeadd color RGB value is (251,234,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101010 11011101
Octal 373 352 335
Decimal 251 234 221
Hex FB EA DD

RGB Percentages of Color #fbeadd

%35.55
%33.14
%31.30

CMYK Percentages of Color #fbeadd

%0
%7
%12
%2

Triadic Colors of #fbeadd

#fbeadd #ddfbea #eaddfb

Analogous Colors of #fbeadd

#fbeadd #fbf9dd #fbdddf

Monochromatic Colors of #fbeadd

#fbeadd

Complementary Color

#fbeadd #ddeefb

#fbeadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbeadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbeadd Color CSS Codes

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

#fbeadd Text Font Color

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

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


#fbeadd Background Color

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

This div background color is #fbeadd


#fbeadd Border Color

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

This div border color is #fbeadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbeadd


Comments

No comments written yet.

Please login to write comment.