Color Hex Logo

#fac78b Color Hex

#FAC78B
(250,199,139)
0 Favorites   0 Comments

Color spaces of #fac78b

RGB 250199139
HSL0.090.920.76
HSV32°44°98°
CMYK 0.000.200.44   0.02
XYZ64.508063.034933.1931
Yxy63.03490.40130.3922
Hunter Lab79.39456.090730.7883
CIE-Lab83.460710.691636.8796

#fac78b color RGB value is (250,199,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000111 10001011
Octal 372 307 213
Decimal 250 199 139
Hex FA C7 8B

RGB Percentages of Color #fac78b

%42.52
%33.84
%23.64

CMYK Percentages of Color #fac78b

%0
%20
%44
%2

Triadic Colors of #fac78b

#fac78b #8bfac7 #c78bfa

Analogous Colors of #fac78b

#fac78b #f6fa8b #fa908b

Monochromatic Colors of #fac78b

#fac78b

Complementary Color

#fac78b #8bbefa

#fac78b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac78b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac78b Color CSS Codes

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

#fac78b Text Font Color

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

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


#fac78b Background Color

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

This div background color is #fac78b


#fac78b Border Color

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

This div border color is #fac78b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac78b

Related Colors


Comments

No comments written yet.

Please login to write comment.