Color Hex Logo

#faf88d Color Hex

#FAF88D
(250,248,141)
0 Favorites   0 Comments

Color spaces of #faf88d

RGB 250248141
HSL0.160.920.77
HSV59°44°98°
CMYK 0.000.010.44   0.02
XYZ77.799589.381938.3513
Yxy89.38190.37850.4349
Hunter Lab94.5420-18.559242.1282
CIE-Lab95.7398-13.920451.4108

#faf88d color RGB value is (250,248,141).

#faf88d hex color red value is 250, green value is 248 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #faf88d hue: 0.16 , saturation: 0.92 and the lightness value of faf88d is 0.77.

The process color (four color CMYK) of #faf88d color hex is 0.00, 0.01, 0.44, 0.02. Web safe color of #faf88d is #ffff99. Color #faf88d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111000 10001101
Octal 372 370 215
Decimal 250 248 141
Hex FA F8 8D

RGB Percentages of Color #faf88d

%39.12
%38.81
%22.07

CMYK Percentages of Color #faf88d

%0
%1
%44
%2

Triadic Colors of #faf88d

#faf88d #8dfaf8 #f88dfa

Analogous Colors of #faf88d

#faf88d #c6fa8d #fac28d

Monochromatic Colors of #faf88d

#faf88d

Complementary Color

#faf88d #8d8ffa

#faf88d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf88d Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf88d Color CSS Codes

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

#faf88d Text Font Color

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

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


#faf88d Background Color

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

This div background color is #faf88d


#faf88d Border Color

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

This div border color is #faf88d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf88d


Comments

No comments written yet.

Please login to write comment.