Color Hex Logo

#fad121 Color Hex

#FAD121
(250,209,33)
0 Favorites   0 Comments

Color spaces of #fad121

RGB 25020933
HSL0.140.960.55
HSV49°87°98°
CMYK 0.000.160.87   0.02
XYZ62.499366.034710.8908
Yxy66.03470.44830.4736
Hunter Lab81.2617-4.921748.9371
CIE-Lab85.0141-0.613081.3234

#fad121 color RGB value is (250,209,33).

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

The process color (four color CMYK) of #fad121 color hex is 0.00, 0.16, 0.87, 0.02. Web safe color of #fad121 is #ffcc33. Color #fad121 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010001 00100001
Octal 372 321 41
Decimal 250 209 33
Hex FA D1 21

RGB Percentages of Color #fad121

%50.81
%42.48
%6.71

CMYK Percentages of Color #fad121

%0
%16
%87
%2

Triadic Colors of #fad121

#fad121 #21fad1 #d121fa

Analogous Colors of #fad121

#fad121 #b7fa21 #fa6521

Monochromatic Colors of #fad121

#fad121

Complementary Color

#fad121 #214afa

#fad121 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad121 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad121 Color CSS Codes

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

#fad121 Text Font Color

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

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


#fad121 Background Color

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

This div background color is #fad121


#fad121 Border Color

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

This div border color is #fad121


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad121


Comments

No comments written yet.

Please login to write comment.