Color Hex Logo

#fae792 Color Hex

#FAE792
(250,231,146)
0 Favorites   0 Comments

Color spaces of #fae792

RGB 250231146
HSL0.140.910.78
HSV49°42°98°
CMYK 0.000.080.42   0.02
XYZ73.188679.551138.6916
Yxy79.55110.38230.4156
Hunter Lab89.1914-9.611736.7138
CIE-Lab91.4831-5.001243.6551

#fae792 color RGB value is (250,231,146).

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

The process color (four color CMYK) of #fae792 color hex is 0.00, 0.08, 0.42, 0.02. Web safe color of #fae792 is #ffff99. Color #fae792 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100111 10010010
Octal 372 347 222
Decimal 250 231 146
Hex FA E7 92

RGB Percentages of Color #fae792

%39.87
%36.84
%23.29

CMYK Percentages of Color #fae792

%0
%8
%42
%2

Triadic Colors of #fae792

#fae792 #92fae7 #e792fa

Analogous Colors of #fae792

#fae792 #d9fa92 #fab392

Monochromatic Colors of #fae792

#fae792

Complementary Color

#fae792 #92a5fa

#fae792 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae792 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae792 Color CSS Codes

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

#fae792 Text Font Color

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

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


#fae792 Background Color

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

This div background color is #fae792


#fae792 Border Color

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

This div border color is #fae792


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae792


Comments

No comments written yet.

Please login to write comment.