Color Hex Logo

#fbebae Color Hex

#FBEBAE
(251,235,174)
0 Favorites   0 Comments

Color spaces of #fbebae

RGB 251235174
HSL0.130.910.83
HSV48°31°98°
CMYK 0.000.060.31   0.02
XYZ77.132082.981951.9962
Yxy82.98190.36360.3912
Hunter Lab91.0944-8.274629.9237
CIE-Lab93.0065-3.480531.6153

#fbebae color RGB value is (251,235,174).

#fbebae hex color red value is 251, green value is 235 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #fbebae hue: 0.13 , saturation: 0.91 and the lightness value of fbebae is 0.83.

The process color (four color CMYK) of #fbebae color hex is 0.00, 0.06, 0.31, 0.02. Web safe color of #fbebae is #ffff99. Color #fbebae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101011 10101110
Octal 373 353 256
Decimal 251 235 174
Hex FB EB AE

RGB Percentages of Color #fbebae

%38.03
%35.61
%26.36

CMYK Percentages of Color #fbebae

%0
%6
%31
%2

Triadic Colors of #fbebae

#fbebae #aefbeb #ebaefb

Analogous Colors of #fbebae

#fbebae #e5fbae #fbc5ae

Monochromatic Colors of #fbebae

#fbebae

Complementary Color

#fbebae #aebefb

#fbebae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbebae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbebae Color CSS Codes

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

#fbebae Text Font Color

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

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


#fbebae Background Color

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

This div background color is #fbebae


#fbebae Border Color

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

This div border color is #fbebae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbebae

Related Colors


Comments

No comments written yet.

Please login to write comment.