Color Hex Logo

#faef94 Color Hex

#FAEF94
(250,239,148)
0 Favorites   0 Comments

Color spaces of #faef94

RGB 250239148
HSL0.150.910.78
HSV54°41°98°
CMYK 0.000.040.41   0.02
XYZ75.636184.195140.2818
Yxy84.19510.37800.4207
Hunter Lab91.7579-13.438638.2022
CIE-Lab93.5352-8.793945.2785

#faef94 color RGB value is (250,239,148).

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

The process color (four color CMYK) of #faef94 color hex is 0.00, 0.04, 0.41, 0.02. Web safe color of #faef94 is #ffff99. Color #faef94 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101111 10010100
Octal 372 357 224
Decimal 250 239 148
Hex FA EF 94

RGB Percentages of Color #faef94

%39.25
%37.52
%23.23

CMYK Percentages of Color #faef94

%0
%4
%41
%2

Triadic Colors of #faef94

#faef94 #94faef #ef94fa

Analogous Colors of #faef94

#faef94 #d2fa94 #fabc94

Monochromatic Colors of #faef94

#faef94

Complementary Color

#faef94 #949ffa

#faef94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faef94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faef94 Color CSS Codes

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

#faef94 Text Font Color

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

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


#faef94 Background Color

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

This div background color is #faef94


#faef94 Border Color

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

This div border color is #faef94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faef94


Comments

No comments written yet.

Please login to write comment.