Color Hex Logo

#fac88d Color Hex

#FAC88D
(250,200,141)
0 Favorites   0 Comments

Color spaces of #fac88d

RGB 250200141
HSL0.090.920.77
HSV32°44°98°
CMYK 0.000.200.44   0.02
XYZ64.886363.555634.0469
Yxy63.55560.39930.3911
Hunter Lab79.72185.769730.4842
CIE-Lab83.733910.371736.2062

#fac88d color RGB value is (250,200,141).

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

The process color (four color CMYK) of #fac88d color hex is 0.00, 0.20, 0.44, 0.02. Web safe color of #fac88d is #ffcc99. Color #fac88d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001000 10001101
Octal 372 310 215
Decimal 250 200 141
Hex FA C8 8D

RGB Percentages of Color #fac88d

%42.30
%33.84
%23.86

CMYK Percentages of Color #fac88d

%0
%20
%44
%2

Triadic Colors of #fac88d

#fac88d #8dfac8 #c88dfa

Analogous Colors of #fac88d

#fac88d #f6fa8d #fa928d

Monochromatic Colors of #fac88d

#fac88d

Complementary Color

#fac88d #8dbffa

#fac88d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac88d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac88d Color CSS Codes

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

#fac88d Text Font Color

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

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


#fac88d Background Color

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

This div background color is #fac88d


#fac88d Border Color

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

This div border color is #fac88d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac88d

Related Colors


Comments

No comments written yet.

Please login to write comment.