Color Hex Logo

#fad04d Color Hex

#FAD04D
(250,208,77)
0 Favorites   0 Comments

Color spaces of #fad04d

RGB 25020877
HSL0.130.950.64
HSV45°69°98°
CMYK 0.000.170.69   0.02
XYZ63.319865.971616.4177
Yxy65.97160.43460.4528
Hunter Lab81.2229-2.984944.8717
CIE-Lab84.98191.420267.6563

#fad04d color RGB value is (250,208,77).

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

The process color (four color CMYK) of #fad04d color hex is 0.00, 0.17, 0.69, 0.02. Web safe color of #fad04d is #ffcc66. Color #fad04d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010000 01001101
Octal 372 320 115
Decimal 250 208 77
Hex FA D0 4D

RGB Percentages of Color #fad04d

%46.73
%38.88
%14.39

CMYK Percentages of Color #fad04d

%0
%17
%69
%2

Triadic Colors of #fad04d

#fad04d #4dfad0 #d04dfa

Analogous Colors of #fad04d

#fad04d #cefa4d #fa7a4d

Monochromatic Colors of #fad04d

#fad04d

Complementary Color

#fad04d #4d77fa

#fad04d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad04d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad04d Color CSS Codes

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

#fad04d Text Font Color

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

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


#fad04d Background Color

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

This div background color is #fad04d


#fad04d Border Color

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

This div border color is #fad04d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad04d


Comments

No comments written yet.

Please login to write comment.