Color Hex Logo

#fadf59 Color Hex

#FADF59
(250,223,89)
0 Favorites   0 Comments

Color spaces of #fadf59

RGB 25022389
HSL0.140.940.66
HSV50°64°98°
CMYK 0.000.110.64   0.02
XYZ67.615273.820620.1363
Yxy73.82060.41850.4569
Hunter Lab85.9189-9.884846.2478
CIE-Lab88.8376-5.540066.8074

#fadf59 color RGB value is (250,223,89).

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

The process color (four color CMYK) of #fadf59 color hex is 0.00, 0.11, 0.64, 0.02. Web safe color of #fadf59 is #ffcc66. Color #fadf59 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011111 01011001
Octal 372 337 131
Decimal 250 223 89
Hex FA DF 59

RGB Percentages of Color #fadf59

%44.48
%39.68
%15.84

CMYK Percentages of Color #fadf59

%0
%11
%64
%2

Triadic Colors of #fadf59

#fadf59 #59fadf #df59fa

Analogous Colors of #fadf59

#fadf59 #c5fa59 #fa8f59

Monochromatic Colors of #fadf59

#fadf59

Complementary Color

#fadf59 #5974fa

#fadf59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadf59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadf59 Color CSS Codes

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

#fadf59 Text Font Color

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

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


#fadf59 Background Color

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

This div background color is #fadf59


#fadf59 Border Color

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

This div border color is #fadf59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadf59


Comments

No comments written yet.

Please login to write comment.