Color Hex Logo

#fbedb9 Color Hex

#FBEDB9
(251,237,185)
0 Favorites   0 Comments

Color spaces of #fbedb9

RGB 251237185
HSL0.130.890.85
HSV47°26°98°
CMYK 0.000.060.26   0.02
XYZ78.824884.580458.0701
Yxy84.58040.35590.3819
Hunter Lab91.9676-7.952226.9405
CIE-Lab93.7020-3.091226.9501

#fbedb9 color RGB value is (251,237,185).

#fbedb9 hex color red value is 251, green value is 237 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #fbedb9 hue: 0.13 , saturation: 0.89 and the lightness value of fbedb9 is 0.85.

The process color (four color CMYK) of #fbedb9 color hex is 0.00, 0.06, 0.26, 0.02. Web safe color of #fbedb9 is #ffffcc. Color #fbedb9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101101 10111001
Octal 373 355 271
Decimal 251 237 185
Hex FB ED B9

RGB Percentages of Color #fbedb9

%37.30
%35.22
%27.49

CMYK Percentages of Color #fbedb9

%0
%6
%26
%2

Triadic Colors of #fbedb9

#fbedb9 #b9fbed #edb9fb

Analogous Colors of #fbedb9

#fbedb9 #e8fbb9 #fbccb9

Monochromatic Colors of #fbedb9

#fbedb9

Complementary Color

#fbedb9 #b9c7fb

#fbedb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbedb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbedb9 Color CSS Codes

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

#fbedb9 Text Font Color

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

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


#fbedb9 Background Color

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

This div background color is #fbedb9


#fbedb9 Border Color

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

This div border color is #fbedb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbedb9


Comments

No comments written yet.

Please login to write comment.