Color Hex Logo

#fae592 Color Hex

#FAE592
(250,229,146)
0 Favorites   0 Comments

Color spaces of #fae592

RGB 250229146
HSL0.130.910.78
HSV48°42°98°
CMYK 0.000.080.42   0.02
XYZ72.632078.437938.5061
Yxy78.43790.38310.4138
Hunter Lab88.5652-8.601836.2177
CIE-Lab90.9794-3.994843.0134

#fae592 color RGB value is (250,229,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100101 10010010
Octal 372 345 222
Decimal 250 229 146
Hex FA E5 92

RGB Percentages of Color #fae592

%40.00
%36.64
%23.36

CMYK Percentages of Color #fae592

%0
%8
%42
%2

Triadic Colors of #fae592

#fae592 #92fae5 #e592fa

Analogous Colors of #fae592

#fae592 #dbfa92 #fab192

Monochromatic Colors of #fae592

#fae592

Complementary Color

#fae592 #92a7fa

#fae592 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae592 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae592 Color CSS Codes

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

#fae592 Text Font Color

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

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


#fae592 Background Color

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

This div background color is #fae592


#fae592 Border Color

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

This div border color is #fae592


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae592

#fae592 Color Palettes


Comments

No comments written yet.

Please login to write comment.