Color Hex Logo

#fac84c Color Hex

#FAC84C
(250,200,76)
0 Favorites   0 Comments

Color spaces of #fac84c

RGB 25020076
HSL0.120.950.64
HSV43°70°98°
CMYK 0.000.200.70   0.02
XYZ61.383162.154315.5992
Yxy62.15430.44120.4467
Hunter Lab78.83801.013243.4552
CIE-Lab82.99545.484466.0306

#fac84c color RGB value is (250,200,76).

#fac84c hex color red value is 250, green value is 200 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #fac84c hue: 0.12 , saturation: 0.95 and the lightness value of fac84c is 0.64.

The process color (four color CMYK) of #fac84c color hex is 0.00, 0.20, 0.70, 0.02. Web safe color of #fac84c is #ffcc33. Color #fac84c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001000 01001100
Octal 372 310 114
Decimal 250 200 76
Hex FA C8 4C

RGB Percentages of Color #fac84c

%47.53
%38.02
%14.45

CMYK Percentages of Color #fac84c

%0
%20
%70
%2

Triadic Colors of #fac84c

#fac84c #4cfac8 #c84cfa

Analogous Colors of #fac84c

#fac84c #d5fa4c #fa714c

Monochromatic Colors of #fac84c

#fac84c

Complementary Color

#fac84c #4c7efa

#fac84c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac84c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac84c Color CSS Codes

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

#fac84c Text Font Color

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

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


#fac84c Background Color

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

This div background color is #fac84c


#fac84c Border Color

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

This div border color is #fac84c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac84c


Comments

No comments written yet.

Please login to write comment.