Color Hex Logo

#fad41e Color Hex

#FAD41E
(250,212,30)
0 Favorites   0 Comments

Color spaces of #fad41e

RGB 25021230
HSL0.140.960.55
HSV50°88°98°
CMYK 0.000.150.88   0.02
XYZ63.202267.504710.9269
Yxy67.50470.44620.4766
Hunter Lab82.1612-6.471849.6277
CIE-Lab85.7582-2.196282.5038

#fad41e color RGB value is (250,212,30).

#fad41e hex color red value is 250, green value is 212 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #fad41e hue: 0.14 , saturation: 0.96 and the lightness value of fad41e is 0.55.

The process color (four color CMYK) of #fad41e color hex is 0.00, 0.15, 0.88, 0.02. Web safe color of #fad41e is #ffcc33. Color #fad41e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010100 00011110
Octal 372 324 36
Decimal 250 212 30
Hex FA D4 1E

RGB Percentages of Color #fad41e

%50.81
%43.09
%6.10

CMYK Percentages of Color #fad41e

%0
%15
%88
%2

Triadic Colors of #fad41e

#fad41e #1efad4 #d41efa

Analogous Colors of #fad41e

#fad41e #b2fa1e #fa661e

Monochromatic Colors of #fad41e

#fad41e

Complementary Color

#fad41e #1e44fa

#fad41e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad41e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad41e Color CSS Codes

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

#fad41e Text Font Color

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

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


#fad41e Background Color

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

This div background color is #fad41e


#fad41e Border Color

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

This div border color is #fad41e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad41e


Comments

No comments written yet.

Please login to write comment.