Color Hex Logo

#fac478 Color Hex

#FAC478
(250,196,120)
0 Favorites   0 Comments

Color spaces of #fac478

RGB 250196120
HSL0.100.930.73
HSV35°52°98°
CMYK 0.000.220.52   0.02
XYZ62.554461.159926.2774
Yxy61.15990.41710.4078
Hunter Lab78.20485.920134.8215
CIE-Lab82.464610.503945.2471

#fac478 color RGB value is (250,196,120).

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

The process color (four color CMYK) of #fac478 color hex is 0.00, 0.22, 0.52, 0.02. Web safe color of #fac478 is #ffcc66. Color #fac478 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000100 01111000
Octal 372 304 170
Decimal 250 196 120
Hex FA C4 78

RGB Percentages of Color #fac478

%44.17
%34.63
%21.20

CMYK Percentages of Color #fac478

%0
%22
%52
%2

Triadic Colors of #fac478

#fac478 #78fac4 #c478fa

Analogous Colors of #fac478

#fac478 #effa78 #fa8378

Monochromatic Colors of #fac478

#fac478

Complementary Color

#fac478 #78aefa

#fac478 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac478 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac478 Color CSS Codes

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

#fac478 Text Font Color

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

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


#fac478 Background Color

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

This div background color is #fac478


#fac478 Border Color

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

This div border color is #fac478


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac478


Comments

No comments written yet.

Please login to write comment.