Color Hex Logo

#faef93 Color Hex

#FAEF93
(250,239,147)
0 Favorites   0 Comments

Color spaces of #faef93

RGB 250239147
HSL0.150.910.78
HSV54°41°98°
CMYK 0.000.040.41   0.02
XYZ75.557384.163639.8667
Yxy84.16360.37860.4217
Hunter Lab91.7407-13.534438.4535
CIE-Lab93.5215-8.896045.7498

#faef93 color RGB value is (250,239,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101111 10010011
Octal 372 357 223
Decimal 250 239 147
Hex FA EF 93

RGB Percentages of Color #faef93

%39.31
%37.58
%23.11

CMYK Percentages of Color #faef93

%0
%4
%41
%2

Triadic Colors of #faef93

#faef93 #93faef #ef93fa

Analogous Colors of #faef93

#faef93 #d2fa93 #fabc93

Monochromatic Colors of #faef93

#faef93

Complementary Color

#faef93 #939efa

#faef93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faef93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faef93 Color CSS Codes

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

#faef93 Text Font Color

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

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


#faef93 Background Color

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

This div background color is #faef93


#faef93 Border Color

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

This div border color is #faef93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faef93


Comments

No comments written yet.

Please login to write comment.