Color Hex Logo

#fbeaaf Color Hex

#FBEAAF
(251,234,175)
0 Favorites   0 Comments

Color spaces of #fbeaaf

RGB 251234175
HSL0.130.900.84
HSV47°30°98°
CMYK 0.000.070.30   0.02
XYZ76.944382.450052.4165
Yxy82.45000.36330.3893
Hunter Lab90.8020-7.645129.3355
CIE-Lab92.7731-2.853130.7928

#fbeaaf color RGB value is (251,234,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101010 10101111
Octal 373 352 257
Decimal 251 234 175
Hex FB EA AF

RGB Percentages of Color #fbeaaf

%38.03
%35.45
%26.52

CMYK Percentages of Color #fbeaaf

%0
%7
%30
%2

Triadic Colors of #fbeaaf

#fbeaaf #affbea #eaaffb

Analogous Colors of #fbeaaf

#fbeaaf #e6fbaf #fbc4af

Monochromatic Colors of #fbeaaf

#fbeaaf

Complementary Color

#fbeaaf #afc0fb

#fbeaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbeaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbeaaf Color CSS Codes

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

#fbeaaf Text Font Color

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

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


#fbeaaf Background Color

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

This div background color is #fbeaaf


#fbeaaf Border Color

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

This div border color is #fbeaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbeaaf


Comments

No comments written yet.

Please login to write comment.