Color Hex Logo

#fadf4a Color Hex

#FADF4A
(250,223,74)
0 Favorites   0 Comments

Color spaces of #fadf4a

RGB 25022374
HSL0.140.950.64
HSV51°70°98°
CMYK 0.000.110.70   0.02
XYZ67.048073.593817.1498
Yxy73.59380.42490.4664
Hunter Lab85.7868-10.617648.1980
CIE-Lab88.7302-6.328372.5595

#fadf4a color RGB value is (250,223,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011111 01001010
Octal 372 337 112
Decimal 250 223 74
Hex FA DF 4A

RGB Percentages of Color #fadf4a

%45.70
%40.77
%13.53

CMYK Percentages of Color #fadf4a

%0
%11
%70
%2

Triadic Colors of #fadf4a

#fadf4a #4afadf #df4afa

Analogous Colors of #fadf4a

#fadf4a #bdfa4a #fa874a

Monochromatic Colors of #fadf4a

#fadf4a

Complementary Color

#fadf4a #4a65fa

#fadf4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadf4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadf4a Color CSS Codes

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

#fadf4a Text Font Color

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

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


#fadf4a Background Color

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

This div background color is #fadf4a


#fadf4a Border Color

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

This div border color is #fadf4a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,223,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 #fadf4a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadf4a

Related Colors


Comments

No comments written yet.

Please login to write comment.