Color Hex Logo

#faeb9a Color Hex

#FAEB9A
(250,235,154)
0 Favorites   0 Comments

Color spaces of #faeb9a

RGB 250235154
HSL0.140.910.79
HSV51°38°98°
CMYK 0.000.060.38   0.02
XYZ74.965482.073742.4626
Yxy82.07370.37580.4114
Hunter Lab90.5945-10.834835.6263
CIE-Lab92.6074-6.168441.1333

#faeb9a color RGB value is (250,235,154).

#faeb9a hex color red value is 250, green value is 235 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #faeb9a hue: 0.14 , saturation: 0.91 and the lightness value of faeb9a is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101011 10011010
Octal 372 353 232
Decimal 250 235 154
Hex FA EB 9A

RGB Percentages of Color #faeb9a

%39.12
%36.78
%24.10

CMYK Percentages of Color #faeb9a

%0
%6
%38
%2

Triadic Colors of #faeb9a

#faeb9a #9afaeb #eb9afa

Analogous Colors of #faeb9a

#faeb9a #d9fa9a #fabb9a

Monochromatic Colors of #faeb9a

#faeb9a

Complementary Color

#faeb9a #9aa9fa

#faeb9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faeb9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#faeb9a Color CSS Codes

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

#faeb9a Text Font Color

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

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


#faeb9a Background Color

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

This div background color is #faeb9a


#faeb9a Border Color

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

This div border color is #faeb9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faeb9a


Comments

No comments written yet.

Please login to write comment.