Color Hex Logo

#fac67c Color Hex

#FAC67C
(250,198,124)
0 Favorites   0 Comments

Color spaces of #fac67c

RGB 250198124
HSL0.100.930.73
HSV35°50°98°
CMYK 0.000.210.50   0.02
XYZ63.256562.167427.7343
Yxy62.16740.41300.4059
Hunter Lab78.84635.225234.3371
CIE-Lab83.00249.807243.9142

#fac67c color RGB value is (250,198,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000110 01111100
Octal 372 306 174
Decimal 250 198 124
Hex FA C6 7C

RGB Percentages of Color #fac67c

%43.71
%34.62
%21.68

CMYK Percentages of Color #fac67c

%0
%21
%50
%2

Triadic Colors of #fac67c

#fac67c #7cfac6 #c67cfa

Analogous Colors of #fac67c

#fac67c #effa7c #fa877c

Monochromatic Colors of #fac67c

#fac67c

Complementary Color

#fac67c #7cb0fa

#fac67c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac67c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac67c Color CSS Codes

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

#fac67c Text Font Color

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

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


#fac67c Background Color

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

This div background color is #fac67c


#fac67c Border Color

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

This div border color is #fac67c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac67c


Comments

No comments written yet.

Please login to write comment.