Color Hex Logo

#fbe2aa Color Hex

#FBE2AA
(251,226,170)
0 Favorites   0 Comments

Color spaces of #fbe2aa

RGB 251226170
HSL0.120.910.83
HSV41°32°98°
CMYK 0.000.100.32   0.02
XYZ74.235777.804249.1353
Yxy77.80420.36900.3867
Hunter Lab88.2067-4.134228.7173
CIE-Lab90.69050.590330.5435

#fbe2aa color RGB value is (251,226,170).

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

The process color (four color CMYK) of #fbe2aa color hex is 0.00, 0.10, 0.32, 0.02. Web safe color of #fbe2aa is #ffcc99. Color #fbe2aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100010 10101010
Octal 373 342 252
Decimal 251 226 170
Hex FB E2 AA

RGB Percentages of Color #fbe2aa

%38.79
%34.93
%26.28

CMYK Percentages of Color #fbe2aa

%0
%10
%32
%2

Triadic Colors of #fbe2aa

#fbe2aa #aafbe2 #e2aafb

Analogous Colors of #fbe2aa

#fbe2aa #ecfbaa #fbbaaa

Monochromatic Colors of #fbe2aa

#fbe2aa

Complementary Color

#fbe2aa #aac3fb

#fbe2aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe2aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe2aa Color CSS Codes

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

#fbe2aa Text Font Color

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

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


#fbe2aa Background Color

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

This div background color is #fbe2aa


#fbe2aa Border Color

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

This div border color is #fbe2aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe2aa


Comments

No comments written yet.

Please login to write comment.