Color Hex Logo

#fada60 Color Hex

#FADA60
(250,218,96)
0 Favorites   0 Comments

Color spaces of #fada60

RGB 25021896
HSL0.130.940.68
HSV48°62°98°
CMYK 0.000.130.62   0.02
XYZ66.607171.311321.3202
Yxy71.31130.41830.4478
Hunter Lab84.4460-6.988044.1432
CIE-Lab87.6360-2.590162.5450

#fada60 color RGB value is (250,218,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011010 01100000
Octal 372 332 140
Decimal 250 218 96
Hex FA DA 60

RGB Percentages of Color #fada60

%44.33
%38.65
%17.02

CMYK Percentages of Color #fada60

%0
%13
%62
%2

Triadic Colors of #fada60

#fada60 #60fada #da60fa

Analogous Colors of #fada60

#fada60 #cdfa60 #fa8d60

Monochromatic Colors of #fada60

#fada60

Complementary Color

#fada60 #6080fa

#fada60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fada60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fada60 Color CSS Codes

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

#fada60 Text Font Color

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

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


#fada60 Background Color

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

This div background color is #fada60


#fada60 Border Color

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

This div border color is #fada60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fada60


Comments

No comments written yet.

Please login to write comment.