Color Hex Logo

#facc8c Color Hex

#FACC8C
(250,204,140)
0 Favorites   0 Comments

Color spaces of #facc8c

RGB 250204140
HSL0.100.920.76
HSV35°44°98°
CMYK 0.000.180.44   0.02
XYZ65.750865.403233.9696
Yxy65.40320.39820.3961
Hunter Lab80.87223.597731.7064
CIE-Lab84.69118.192337.9594

#facc8c color RGB value is (250,204,140).

#facc8c hex color red value is 250, green value is 204 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #facc8c hue: 0.10 , saturation: 0.92 and the lightness value of facc8c is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001100 10001100
Octal 372 314 214
Decimal 250 204 140
Hex FA CC 8C

RGB Percentages of Color #facc8c

%42.09
%34.34
%23.57

CMYK Percentages of Color #facc8c

%0
%18
%44
%2

Triadic Colors of #facc8c

#facc8c #8cfacc #cc8cfa

Analogous Colors of #facc8c

#facc8c #f1fa8c #fa958c

Monochromatic Colors of #facc8c

#facc8c

Complementary Color

#facc8c #8cbafa

#facc8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facc8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#facc8c Color CSS Codes

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

#facc8c Text Font Color

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

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


#facc8c Background Color

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

This div background color is #facc8c


#facc8c Border Color

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

This div border color is #facc8c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facc8c


Comments

No comments written yet.

Please login to write comment.