Color Hex Logo

#faeb97 Color Hex

#FAEB97
(250,235,151)
0 Favorites   0 Comments

Color spaces of #faeb97

RGB 250235151
HSL0.140.910.79
HSV51°40°98°
CMYK 0.000.060.40   0.02
XYZ74.718681.975041.1628
Yxy81.97500.37760.4143
Hunter Lab90.5400-11.137136.4226
CIE-Lab92.5638-6.488242.5646

#faeb97 color RGB value is (250,235,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101011 10010111
Octal 372 353 227
Decimal 250 235 151
Hex FA EB 97

RGB Percentages of Color #faeb97

%39.31
%36.95
%23.74

CMYK Percentages of Color #faeb97

%0
%6
%40
%2

Triadic Colors of #faeb97

#faeb97 #97faeb #eb97fa

Analogous Colors of #faeb97

#faeb97 #d8fa97 #faba97

Monochromatic Colors of #faeb97

#faeb97

Complementary Color

#faeb97 #97a6fa

#faeb97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faeb97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faeb97 Color CSS Codes

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

#faeb97 Text Font Color

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

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


#faeb97 Background Color

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

This div background color is #faeb97


#faeb97 Border Color

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

This div border color is #faeb97


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faeb97

Related Colors


Comments

No comments written yet.

Please login to write comment.