Color Hex Logo

#fadf51 Color Hex

#FADF51
(250,223,81)
0 Favorites   0 Comments

Color spaces of #fadf51

RGB 25022381
HSL0.140.940.65
HSV50°68°98°
CMYK 0.000.110.68   0.02
XYZ67.297273.693418.4619
Yxy73.69340.42210.4622
Hunter Lab85.8449-10.295347.3404
CIE-Lab88.7774-5.981169.9538

#fadf51 color RGB value is (250,223,81).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011111 01010001
Octal 372 337 121
Decimal 250 223 81
Hex FA DF 51

RGB Percentages of Color #fadf51

%45.13
%40.25
%14.62

CMYK Percentages of Color #fadf51

%0
%11
%68
%2

Triadic Colors of #fadf51

#fadf51 #51fadf #df51fa

Analogous Colors of #fadf51

#fadf51 #c1fa51 #fa8b51

Monochromatic Colors of #fadf51

#fadf51

Complementary Color

#fadf51 #516cfa

#fadf51 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadf51 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadf51 Color CSS Codes

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

#fadf51 Text Font Color

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

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


#fadf51 Background Color

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

This div background color is #fadf51


#fadf51 Border Color

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

This div border color is #fadf51


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadf51


Comments

No comments written yet.

Please login to write comment.