Color Hex Logo

#fadd41 Color Hex

#FADD41
(250,221,65)
0 Favorites   0 Comments

Color spaces of #fadd41

RGB 25022165
HSL0.140.950.62
HSV51°74°98°
CMYK 0.000.120.74   0.02
XYZ66.234972.418615.4883
Yxy72.41860.42970.4698
Hunter Lab85.0991-9.992248.7784
CIE-Lab88.1697-5.719175.2003

#fadd41 color RGB value is (250,221,65).

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

The process color (four color CMYK) of #fadd41 color hex is 0.00, 0.12, 0.74, 0.02. Web safe color of #fadd41 is #ffcc33. Color #fadd41 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011101 01000001
Octal 372 335 101
Decimal 250 221 65
Hex FA DD 41

RGB Percentages of Color #fadd41

%46.64
%41.23
%12.13

CMYK Percentages of Color #fadd41

%0
%12
%74
%2

Triadic Colors of #fadd41

#fadd41 #41fadd #dd41fa

Analogous Colors of #fadd41

#fadd41 #bbfa41 #fa8141

Monochromatic Colors of #fadd41

#fadd41

Complementary Color

#fadd41 #415efa

#fadd41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadd41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadd41 Color CSS Codes

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

#fadd41 Text Font Color

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

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


#fadd41 Background Color

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

This div background color is #fadd41


#fadd41 Border Color

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

This div border color is #fadd41


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadd41


Comments

No comments written yet.

Please login to write comment.