Color Hex Logo

#fad84d Color Hex

#FAD84D
(250,216,77)
0 Favorites   0 Comments

Color spaces of #fad84d

RGB 25021677
HSL0.130.950.64
HSV48°69°98°
CMYK 0.000.140.69   0.02
XYZ65.319869.971517.0843
Yxy69.97150.42870.4592
Hunter Lab83.6490-6.998646.4450
CIE-Lab86.9829-2.654569.6846

#fad84d color RGB value is (250,216,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011000 01001101
Octal 372 330 115
Decimal 250 216 77
Hex FA D8 4D

RGB Percentages of Color #fad84d

%46.04
%39.78
%14.18

CMYK Percentages of Color #fad84d

%0
%14
%69
%2

Triadic Colors of #fad84d

#fad84d #4dfad8 #d84dfa

Analogous Colors of #fad84d

#fad84d #c6fa4d #fa824d

Monochromatic Colors of #fad84d

#fad84d

Complementary Color

#fad84d #4d6ffa

#fad84d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad84d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad84d Color CSS Codes

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

#fad84d Text Font Color

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

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


#fad84d Background Color

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

This div background color is #fad84d


#fad84d Border Color

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

This div border color is #fad84d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad84d


Comments

No comments written yet.

Please login to write comment.