Color Hex Logo

#fada78 Color Hex

#FADA78
(250,218,120)
0 Favorites   0 Comments

Color spaces of #fada78

RGB 250218120
HSL0.130.930.73
HSV45°52°98°
CMYK 0.000.130.52   0.02
XYZ67.885971.822928.0545
Yxy71.82290.40470.4281
Hunter Lab84.7484-5.326139.6969
CIE-Lab87.8833-0.831551.8436

#fada78 color RGB value is (250,218,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011010 01111000
Octal 372 332 170
Decimal 250 218 120
Hex FA DA 78

RGB Percentages of Color #fada78

%42.52
%37.07
%20.41

CMYK Percentages of Color #fada78

%0
%13
%52
%2

Triadic Colors of #fada78

#fada78 #78fada #da78fa

Analogous Colors of #fada78

#fada78 #d9fa78 #fa9978

Monochromatic Colors of #fada78

#fada78

Complementary Color

#fada78 #7898fa

#fada78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fada78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fada78 Color CSS Codes

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

#fada78 Text Font Color

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

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


#fada78 Background Color

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

This div background color is #fada78


#fada78 Border Color

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

This div border color is #fada78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fada78


Comments

No comments written yet.

Please login to write comment.