Color Hex Logo

#faed93 Color Hex

#FAED93
(250,237,147)
0 Favorites   0 Comments

Color spaces of #faed93

RGB 250237147
HSL0.150.910.78
HSV52°41°98°
CMYK 0.000.050.41   0.02
XYZ74.975082.999039.6726
Yxy82.99900.37930.4199
Hunter Lab91.1038-12.532837.9539
CIE-Lab93.0140-7.901445.1074

#faed93 color RGB value is (250,237,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101101 10010011
Octal 372 355 223
Decimal 250 237 147
Hex FA ED 93

RGB Percentages of Color #faed93

%39.43
%37.38
%23.19

CMYK Percentages of Color #faed93

%0
%5
%41
%2

Triadic Colors of #faed93

#faed93 #93faed #ed93fa

Analogous Colors of #faed93

#faed93 #d4fa93 #faba93

Monochromatic Colors of #faed93

#faed93

Complementary Color

#faed93 #93a0fa

#faed93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faed93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faed93 Color CSS Codes

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

#faed93 Text Font Color

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

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


#faed93 Background Color

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

This div background color is #faed93


#faed93 Border Color

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

This div border color is #faed93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faed93


Comments

No comments written yet.

Please login to write comment.