Color Hex Logo

#fafd98 Color Hex

#FAFD98
(250,253,152)
0 Favorites   0 Comments

Color spaces of #fafd98

RGB 250253152
HSL0.170.960.79
HSV62°40°99°
CMYK 0.010.000.40   0.01
XYZ80.217192.841643.3981
Yxy92.84160.37060.4289
Hunter Lab96.3543-20.015040.7438
CIE-Lab97.1633-15.260747.9230

#fafd98 color RGB value is (250,253,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111101 10011000
Octal 372 375 230
Decimal 250 253 152
Hex FA FD 98

RGB Percentages of Color #fafd98

%38.17
%38.63
%23.21

CMYK Percentages of Color #fafd98

%1
%0
%40
%1

Triadic Colors of #fafd98

#fafd98 #98fafd #fd98fa

Analogous Colors of #fafd98

#fafd98 #c8fd98 #fdce98

Monochromatic Colors of #fafd98

#fafd98

Complementary Color

#fafd98 #9b98fd

#fafd98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafd98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafd98 Color CSS Codes

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

#fafd98 Text Font Color

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

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


#fafd98 Background Color

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

This div background color is #fafd98


#fafd98 Border Color

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

This div border color is #fafd98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafd98

Related Colors

#fafd98 Color Palettes


Comments

No comments written yet.

Please login to write comment.