Color Hex Logo

#fae293 Color Hex

#FAE293
(250,226,147)
0 Favorites   0 Comments

Color spaces of #fae293

RGB 250226147
HSL0.130.910.78
HSV46°41°98°
CMYK 0.000.100.41   0.02
XYZ71.887276.823338.6433
Yxy76.82330.38370.4100
Hunter Lab87.6489-6.984835.2140
CIE-Lab90.2402-2.376741.5712

#fae293 color RGB value is (250,226,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100010 10010011
Octal 372 342 223
Decimal 250 226 147
Hex FA E2 93

RGB Percentages of Color #fae293

%40.13
%36.28
%23.60

CMYK Percentages of Color #fae293

%0
%10
%41
%2

Triadic Colors of #fae293

#fae293 #93fae2 #e293fa

Analogous Colors of #fae293

#fae293 #dffa93 #faaf93

Monochromatic Colors of #fae293

#fae293

Complementary Color

#fae293 #93abfa

#fae293 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae293 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae293 Color CSS Codes

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

#fae293 Text Font Color

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

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


#fae293 Background Color

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

This div background color is #fae293


#fae293 Border Color

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

This div border color is #fae293


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae293

Related Colors


Comments

No comments written yet.

Please login to write comment.