Color Hex Logo

#faca7f Color Hex

#FACA7F
(250,202,127)
0 Favorites   0 Comments

Color spaces of #faca7f

RGB 250202127
HSL0.100.920.74
HSV37°49°98°
CMYK 0.000.190.49   0.02
XYZ64.375664.097429.0577
Yxy64.09740.40870.4069
Hunter Lab80.06093.422434.5236
CIE-Lab84.01657.995543.6774

#faca7f color RGB value is (250,202,127).

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

The process color (four color CMYK) of #faca7f color hex is 0.00, 0.19, 0.49, 0.02. Web safe color of #faca7f is #ffcc66. Color #faca7f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001010 01111111
Octal 372 312 177
Decimal 250 202 127
Hex FA CA 7F

RGB Percentages of Color #faca7f

%43.18
%34.89
%21.93

CMYK Percentages of Color #faca7f

%0
%19
%49
%2

Triadic Colors of #faca7f

#faca7f #7ffaca #ca7ffa

Analogous Colors of #faca7f

#faca7f #edfa7f #fa8d7f

Monochromatic Colors of #faca7f

#faca7f

Complementary Color

#faca7f #7faffa

#faca7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faca7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#faca7f Color CSS Codes

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

#faca7f Text Font Color

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

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


#faca7f Background Color

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

This div background color is #faca7f


#faca7f Border Color

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

This div border color is #faca7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faca7f


Comments

No comments written yet.

Please login to write comment.