Color Hex Logo

#fae194 Color Hex

#FAE194
(250,225,148)
0 Favorites   0 Comments

Color spaces of #fae194

RGB 250225148
HSL0.130.910.78
HSV45°41°98°
CMYK 0.000.100.41   0.02
XYZ71.694976.312538.9680
Yxy76.31250.38340.4081
Hunter Lab87.3570-6.377834.7020
CIE-Lab90.0042-1.766140.7689

#fae194 color RGB value is (250,225,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100001 10010100
Octal 372 341 224
Decimal 250 225 148
Hex FA E1 94

RGB Percentages of Color #fae194

%40.13
%36.12
%23.76

CMYK Percentages of Color #fae194

%0
%10
%41
%2

Triadic Colors of #fae194

#fae194 #94fae1 #e194fa

Analogous Colors of #fae194

#fae194 #e0fa94 #faae94

Monochromatic Colors of #fae194

#fae194

Complementary Color

#fae194 #94adfa

#fae194 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae194 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae194 Color CSS Codes

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

#fae194 Text Font Color

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

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


#fae194 Background Color

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

This div background color is #fae194


#fae194 Border Color

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

This div border color is #fae194


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae194

#fae194 Color Palettes


Comments

No comments written yet.

Please login to write comment.