Color Hex Logo

#fafd94 Color Hex

#FAFD94
(250,253,148)
0 Favorites   0 Comments

Color spaces of #fafd94

RGB 250253148
HSL0.170.960.79
HSV62°42°99°
CMYK 0.010.000.42   0.01
XYZ79.894992.712741.7014
Yxy92.71270.37280.4326
Hunter Lab96.2874-20.391941.7231
CIE-Lab97.1109-15.668449.7763

#fafd94 color RGB value is (250,253,148).

#fafd94 hex color red value is 250, green value is 253 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #fafd94 hue: 0.17 , saturation: 0.96 and the lightness value of fafd94 is 0.79.

The process color (four color CMYK) of #fafd94 color hex is 0.01, 0.00, 0.42, 0.01. Web safe color of #fafd94 is #ffff99. Color #fafd94 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111101 10010100
Octal 372 375 224
Decimal 250 253 148
Hex FA FD 94

RGB Percentages of Color #fafd94

%38.40
%38.86
%22.73

CMYK Percentages of Color #fafd94

%1
%0
%42
%1

Triadic Colors of #fafd94

#fafd94 #94fafd #fd94fa

Analogous Colors of #fafd94

#fafd94 #c6fd94 #fdcc94

Monochromatic Colors of #fafd94

#fafd94

Complementary Color

#fafd94 #9794fd

#fafd94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafd94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafd94 Color CSS Codes

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

#fafd94 Text Font Color

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

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


#fafd94 Background Color

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

This div background color is #fafd94


#fafd94 Border Color

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

This div border color is #fafd94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafd94

Related Colors


Comments

No comments written yet.

Please login to write comment.