Color Hex Logo

#faff8c Color Hex

#FAFF8C
(250,255,140)
0 Favorites   0 Comments

Color spaces of #faff8c

RGB 250255140
HSL0.171.000.77
HSV63°45°100°
CMYK 0.020.000.45   0.00
XYZ79.918093.737438.6920
Yxy93.73740.37640.4414
Hunter Lab96.8181-22.089744.0782
CIE-Lab97.5261-17.412554.0736

#faff8c color RGB value is (250,255,140).

#faff8c hex color red value is 250, green value is 255 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #faff8c hue: 0.17 , saturation: 1.00 and the lightness value of faff8c is 0.77.

The process color (four color CMYK) of #faff8c color hex is 0.02, 0.00, 0.45, 0.00. Web safe color of #faff8c is #ffff99. Color #faff8c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111111 10001100
Octal 372 377 214
Decimal 250 255 140
Hex FA FF 8C

RGB Percentages of Color #faff8c

%38.76
%39.53
%21.71

CMYK Percentages of Color #faff8c

%2
%0
%45
%0

Triadic Colors of #faff8c

#faff8c #8cfaff #ff8cfa

Analogous Colors of #faff8c

#faff8c #c1ff8c #ffcb8c

Monochromatic Colors of #faff8c

#faff8c

Complementary Color

#faff8c #918cff

#faff8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faff8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#faff8c Color CSS Codes

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

#faff8c Text Font Color

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

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


#faff8c Background Color

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

This div background color is #faff8c


#faff8c Border Color

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

This div border color is #faff8c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faff8c

Related Colors


Comments

No comments written yet.

Please login to write comment.