Color Hex Logo

#fadd4f Color Hex

#FADD4F
(250,221,79)
0 Favorites   0 Comments

Color spaces of #fadd4f

RGB 25022179
HSL0.140.940.65
HSV50°68°98°
CMYK 0.000.120.68   0.02
XYZ66.692172.601417.8956
Yxy72.60140.42430.4619
Hunter Lab85.2065-9.397247.1921
CIE-Lab88.2573-5.078970.2006

#fadd4f color RGB value is (250,221,79).

#fadd4f hex color red value is 250, green value is 221 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #fadd4f hue: 0.14 , saturation: 0.94 and the lightness value of fadd4f is 0.65.

The process color (four color CMYK) of #fadd4f color hex is 0.00, 0.12, 0.68, 0.02. Web safe color of #fadd4f is #ffcc66. Color #fadd4f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011101 01001111
Octal 372 335 117
Decimal 250 221 79
Hex FA DD 4F

RGB Percentages of Color #fadd4f

%45.45
%40.18
%14.36

CMYK Percentages of Color #fadd4f

%0
%12
%68
%2

Triadic Colors of #fadd4f

#fadd4f #4ffadd #dd4ffa

Analogous Colors of #fadd4f

#fadd4f #c2fa4f #fa884f

Monochromatic Colors of #fadd4f

#fadd4f

Complementary Color

#fadd4f #4f6cfa

#fadd4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadd4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadd4f Color CSS Codes

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

#fadd4f Text Font Color

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

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


#fadd4f Background Color

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

This div background color is #fadd4f


#fadd4f Border Color

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

This div border color is #fadd4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadd4f

Related Colors


Comments

No comments written yet.

Please login to write comment.