Color Hex Logo

#fbedba Color Hex

#FBEDBA
(251,237,186)
0 Favorites   0 Comments

Color spaces of #fbedba

RGB 251237186
HSL0.130.890.86
HSV47°26°98°
CMYK 0.000.060.26   0.02
XYZ78.930884.622858.6281
Yxy84.62280.35530.3809
Hunter Lab91.9907-7.825226.6064
CIE-Lab93.7203-2.959726.4639

#fbedba color RGB value is (251,237,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101101 10111010
Octal 373 355 272
Decimal 251 237 186
Hex FB ED BA

RGB Percentages of Color #fbedba

%37.24
%35.16
%27.60

CMYK Percentages of Color #fbedba

%0
%6
%26
%2

Triadic Colors of #fbedba

#fbedba #bafbed #edbafb

Analogous Colors of #fbedba

#fbedba #e9fbba #fbcdba

Monochromatic Colors of #fbedba

#fbedba

Complementary Color

#fbedba #bac8fb

#fbedba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbedba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbedba Color CSS Codes

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

#fbedba Text Font Color

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

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


#fbedba Background Color

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

This div background color is #fbedba


#fbedba Border Color

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

This div border color is #fbedba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbedba


Comments

No comments written yet.

Please login to write comment.