Color Hex Logo

#fadf19 Color Hex

#FADF19
(250,223,25)
0 Favorites   0 Comments

Color spaces of #fadf19

RGB 25022325
HSL0.150.960.54
HSV53°90°98°
CMYK 0.000.110.90   0.02
XYZ65.987573.169511.5649
Yxy73.16950.43780.4855
Hunter Lab85.5392-11.993351.8614
CIE-Lab88.5285-7.818385.5054

#fadf19 color RGB value is (250,223,25).

#fadf19 hex color red value is 250, green value is 223 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #fadf19 hue: 0.15 , saturation: 0.96 and the lightness value of fadf19 is 0.54.

The process color (four color CMYK) of #fadf19 color hex is 0.00, 0.11, 0.90, 0.02. Web safe color of #fadf19 is #ffcc00. Color #fadf19 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011111 00011001
Octal 372 337 31
Decimal 250 223 25
Hex FA DF 19

RGB Percentages of Color #fadf19

%50.20
%44.78
%5.02

CMYK Percentages of Color #fadf19

%0
%11
%90
%2

Triadic Colors of #fadf19

#fadf19 #19fadf #df19fa

Analogous Colors of #fadf19

#fadf19 #a5fa19 #fa6f19

Monochromatic Colors of #fadf19

#fadf19

Complementary Color

#fadf19 #1934fa

#fadf19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadf19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadf19 Color CSS Codes

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

#fadf19 Text Font Color

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

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


#fadf19 Background Color

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

This div background color is #fadf19


#fadf19 Border Color

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

This div border color is #fadf19


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadf19


Comments

No comments written yet.

Please login to write comment.