Color Hex Logo

#fac57e Color Hex

#FAC57E
(250,197,126)
0 Favorites   0 Comments

Color spaces of #fac57e

RGB 250197126
HSL0.100.930.74
HSV34°50°98°
CMYK 0.000.210.50   0.02
XYZ63.156561.762928.3314
Yxy61.76290.41210.4030
Hunter Lab78.58945.915933.6386
CIE-Lab82.787210.504642.6398

#fac57e color RGB value is (250,197,126).

#fac57e hex color red value is 250, green value is 197 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #fac57e hue: 0.10 , saturation: 0.93 and the lightness value of fac57e is 0.74.

The process color (four color CMYK) of #fac57e color hex is 0.00, 0.21, 0.50, 0.02. Web safe color of #fac57e is #ffcc66. Color #fac57e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000101 01111110
Octal 372 305 176
Decimal 250 197 126
Hex FA C5 7E

RGB Percentages of Color #fac57e

%43.63
%34.38
%21.99

CMYK Percentages of Color #fac57e

%0
%21
%50
%2

Triadic Colors of #fac57e

#fac57e #7efac5 #c57efa

Analogous Colors of #fac57e

#fac57e #f1fa7e #fa877e

Monochromatic Colors of #fac57e

#fac57e

Complementary Color

#fac57e #7eb3fa

#fac57e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac57e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac57e Color CSS Codes

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

#fac57e Text Font Color

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

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


#fac57e Background Color

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

This div background color is #fac57e


#fac57e Border Color

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

This div border color is #fac57e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac57e


Comments

No comments written yet.

Please login to write comment.