Color Hex Logo

#fae297 Color Hex

#FAE297
(250,226,151)
0 Favorites   0 Comments

Color spaces of #fae297

RGB 250226151
HSL0.130.910.79
HSV45°40°98°
CMYK 0.000.100.40   0.02
XYZ72.206676.951140.3255
Yxy76.95110.38110.4061
Hunter Lab87.7218-6.584034.1498
CIE-Lab90.2991-1.956839.6472

#fae297 color RGB value is (250,226,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100010 10010111
Octal 372 342 227
Decimal 250 226 151
Hex FA E2 97

RGB Percentages of Color #fae297

%39.87
%36.04
%24.08

CMYK Percentages of Color #fae297

%0
%10
%40
%2

Triadic Colors of #fae297

#fae297 #97fae2 #e297fa

Analogous Colors of #fae297

#fae297 #e1fa97 #fab197

Monochromatic Colors of #fae297

#fae297

Complementary Color

#fae297 #97affa

#fae297 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae297 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae297 Color CSS Codes

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

#fae297 Text Font Color

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

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


#fae297 Background Color

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

This div background color is #fae297


#fae297 Border Color

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

This div border color is #fae297


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae297


Comments

No comments written yet.

Please login to write comment.