Color Hex Logo

#fbe4aa Color Hex

#FBE4AA
(251,228,170)
0 Favorites   0 Comments

Color spaces of #fbe4aa

RGB 251228170
HSL0.120.910.83
HSV43°32°98°
CMYK 0.000.090.32   0.02
XYZ74.782878.898349.3176
Yxy78.89830.36840.3887
Hunter Lab88.8247-5.161529.2581
CIE-Lab91.1883-0.426931.2123

#fbe4aa color RGB value is (251,228,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100100 10101010
Octal 373 344 252
Decimal 251 228 170
Hex FB E4 AA

RGB Percentages of Color #fbe4aa

%38.67
%35.13
%26.19

CMYK Percentages of Color #fbe4aa

%0
%9
%32
%2

Triadic Colors of #fbe4aa

#fbe4aa #aafbe4 #e4aafb

Analogous Colors of #fbe4aa

#fbe4aa #eafbaa #fbbcaa

Monochromatic Colors of #fbe4aa

#fbe4aa

Complementary Color

#fbe4aa #aac1fb

#fbe4aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe4aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe4aa Color CSS Codes

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

#fbe4aa Text Font Color

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

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


#fbe4aa Background Color

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

This div background color is #fbe4aa


#fbe4aa Border Color

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

This div border color is #fbe4aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe4aa

Related Colors


Comments

No comments written yet.

Please login to write comment.