Color Hex Logo

#fbeebd Color Hex

#FBEEBD
(251,238,189)
0 Favorites   0 Comments

Color spaces of #fbeebd

RGB 251238189
HSL0.130.890.86
HSV47°25°98°
CMYK 0.000.050.25   0.02
XYZ79.543585.332460.4225
Yxy85.33240.35310.3788
Hunter Lab92.3755-7.952925.8815
CIE-Lab94.0262-3.065025.3478

#fbeebd color RGB value is (251,238,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101110 10111101
Octal 373 356 275
Decimal 251 238 189
Hex FB EE BD

RGB Percentages of Color #fbeebd

%37.02
%35.10
%27.88

CMYK Percentages of Color #fbeebd

%0
%5
%25
%2

Triadic Colors of #fbeebd

#fbeebd #bdfbee #eebdfb

Analogous Colors of #fbeebd

#fbeebd #e9fbbd #fbcfbd

Monochromatic Colors of #fbeebd

#fbeebd

Complementary Color

#fbeebd #bdcafb

#fbeebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbeebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbeebd Color CSS Codes

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

#fbeebd Text Font Color

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

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


#fbeebd Background Color

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

This div background color is #fbeebd


#fbeebd Border Color

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

This div border color is #fbeebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbeebd


Comments

No comments written yet.

Please login to write comment.