Color Hex Logo

#fbeaae Color Hex

#FBEAAE
(251,234,174)
0 Favorites   0 Comments

Color spaces of #fbeaae

RGB 251234174
HSL0.130.910.83
HSV47°31°98°
CMYK 0.000.070.31   0.02
XYZ76.846582.410951.9010
Yxy82.41090.36390.3903
Hunter Lab90.7804-7.763929.6490
CIE-Lab92.7559-2.976531.2787

#fbeaae color RGB value is (251,234,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101010 10101110
Octal 373 352 256
Decimal 251 234 174
Hex FB EA AE

RGB Percentages of Color #fbeaae

%38.09
%35.51
%26.40

CMYK Percentages of Color #fbeaae

%0
%7
%31
%2

Triadic Colors of #fbeaae

#fbeaae #aefbea #eaaefb

Analogous Colors of #fbeaae

#fbeaae #e6fbae #fbc4ae

Monochromatic Colors of #fbeaae

#fbeaae

Complementary Color

#fbeaae #aebffb

#fbeaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbeaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbeaae Color CSS Codes

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

#fbeaae Text Font Color

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

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


#fbeaae Background Color

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

This div background color is #fbeaae


#fbeaae Border Color

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

This div border color is #fbeaae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,234,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 #fbeaae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbeaae


Comments

No comments written yet.

Please login to write comment.