Color Hex Logo

#fac17e Color Hex

#FAC17E
(250,193,126)
0 Favorites   0 Comments

Color spaces of #fac17e

RGB 250193126
HSL0.090.930.74
HSV32°50°98°
CMYK 0.000.230.50   0.02
XYZ62.260259.970328.0326
Yxy59.97030.41430.3991
Hunter Lab77.44057.988632.7460
CIE-Lab81.822012.590841.4263

#fac17e color RGB value is (250,193,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000001 01111110
Octal 372 301 176
Decimal 250 193 126
Hex FA C1 7E

RGB Percentages of Color #fac17e

%43.94
%33.92
%22.14

CMYK Percentages of Color #fac17e

%0
%23
%50
%2

Triadic Colors of #fac17e

#fac17e #7efac1 #c17efa

Analogous Colors of #fac17e

#fac17e #f5fa7e #fa837e

Monochromatic Colors of #fac17e

#fac17e

Complementary Color

#fac17e #7eb7fa

#fac17e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac17e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac17e Color CSS Codes

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

#fac17e Text Font Color

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

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


#fac17e Background Color

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

This div background color is #fac17e


#fac17e Border Color

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

This div border color is #fac17e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac17e

Related Colors


Comments

No comments written yet.

Please login to write comment.