color codes Logo

#fac57c color codes

#FAC57C
(250,197,124)
0 Favorites   0 Comments

Color spaces of #fac57c

RGB 250197124
HSL0.100.930.73
HSV35°50°98°
CMYK 0.000.210.50   0.02
XYZ63.028761.711727.6584
Yxy61.71170.41360.4049
Hunter Lab78.55685.742034.1148
CIE-Lab82.759910.327843.6119

#fac57c color RGB value is (250,197,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000101 01111100
Octal 372 305 174
Decimal 250 197 124
Hex FA C5 7C

RGB Percentages of Color #fac57c

%43.78
%34.50
%21.72

CMYK Percentages of Color #fac57c

%0
%21
%50
%2

Triadic Colors of #fac57c

#fac57c #7cfac5 #c57cfa

Analogous Colors of #fac57c

#fac57c #f0fa7c #fa867c

Monochromatic Colors of #fac57c

#fac57c

Complementary Color

#fac57c #7cb1fa

#fac57c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac57c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac57c Color CSS Codes

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

#fac57c Text Font Color

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

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


#fac57c Background Color

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

This div background color is #fac57c


#fac57c Border Color

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

This div border color is #fac57c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac57c


Comments

No comments written yet.

Please login to write comment.