Color Hex Logo

#fbedbb Color Hex

#FBEDBB
(251,237,187)
0 Favorites   0 Comments

Color spaces of #fbedbb

RGB 251237187
HSL0.130.890.86
HSV47°25°98°
CMYK 0.000.060.25   0.02
XYZ79.037584.665559.1901
Yxy84.66550.35460.3798
Hunter Lab92.0139-7.697426.2700
CIE-Lab93.7388-2.827625.9774

#fbedbb color RGB value is (251,237,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101101 10111011
Octal 373 355 273
Decimal 251 237 187
Hex FB ED BB

RGB Percentages of Color #fbedbb

%37.19
%35.11
%27.70

CMYK Percentages of Color #fbedbb

%0
%6
%25
%2

Triadic Colors of #fbedbb

#fbedbb #bbfbed #edbbfb

Analogous Colors of #fbedbb

#fbedbb #e9fbbb #fbcdbb

Monochromatic Colors of #fbedbb

#fbedbb

Complementary Color

#fbedbb #bbc9fb

#fbedbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbedbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbedbb Color CSS Codes

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

#fbedbb Text Font Color

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

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


#fbedbb Background Color

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

This div background color is #fbedbb


#fbedbb Border Color

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

This div border color is #fbedbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbedbb


Comments

No comments written yet.

Please login to write comment.