Color Hex Logo

#fada62 Color Hex

#FADA62
(250,218,98)
0 Favorites   0 Comments

Color spaces of #fada62

RGB 25021898
HSL0.130.940.68
HSV47°61°98°
CMYK 0.000.130.61   0.02
XYZ66.700371.348621.8115
Yxy71.34860.41720.4463
Hunter Lab84.4681-6.866543.8177
CIE-Lab87.6541-2.460961.6908

#fada62 color RGB value is (250,218,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011010 01100010
Octal 372 332 142
Decimal 250 218 98
Hex FA DA 62

RGB Percentages of Color #fada62

%44.17
%38.52
%17.31

CMYK Percentages of Color #fada62

%0
%13
%61
%2

Triadic Colors of #fada62

#fada62 #62fada #da62fa

Analogous Colors of #fada62

#fada62 #cefa62 #fa8e62

Monochromatic Colors of #fada62

#fada62

Complementary Color

#fada62 #6282fa

#fada62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fada62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fada62 Color CSS Codes

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

#fada62 Text Font Color

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

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


#fada62 Background Color

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

This div background color is #fada62


#fada62 Border Color

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

This div border color is #fada62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fada62


Comments

No comments written yet.

Please login to write comment.