Color Hex Logo

#fad44a Color Hex

#FAD44A
(250,212,74)
0 Favorites   0 Comments

Color spaces of #fad44a

RGB 25021274
HSL0.130.950.64
HSV47°70°98°
CMYK 0.000.150.70   0.02
XYZ64.203967.905416.2017
Yxy67.90540.43290.4579
Hunter Lab82.4047-5.133846.0262
CIE-Lab85.9591-0.768869.8101

#fad44a color RGB value is (250,212,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010100 01001010
Octal 372 324 112
Decimal 250 212 74
Hex FA D4 4A

RGB Percentages of Color #fad44a

%46.64
%39.55
%13.81

CMYK Percentages of Color #fad44a

%0
%15
%70
%2

Triadic Colors of #fad44a

#fad44a #4afad4 #d44afa

Analogous Colors of #fad44a

#fad44a #c8fa4a #fa7c4a

Monochromatic Colors of #fad44a

#fad44a

Complementary Color

#fad44a #4a70fa

#fad44a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad44a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad44a Color CSS Codes

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

#fad44a Text Font Color

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

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


#fad44a Background Color

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

This div background color is #fad44a


#fad44a Border Color

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

This div border color is #fad44a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad44a


Comments

No comments written yet.

Please login to write comment.