Color Hex Logo

#fadf48 Color Hex

#FADF48
(250,223,72)
0 Favorites   0 Comments

Color spaces of #fadf48

RGB 25022372
HSL0.140.950.63
HSV51°71°98°
CMYK 0.000.110.71   0.02
XYZ66.981773.567216.8005
Yxy73.56720.42570.4675
Hunter Lab85.7713-10.703248.4265
CIE-Lab88.7175-6.420773.2760

#fadf48 color RGB value is (250,223,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011111 01001000
Octal 372 337 110
Decimal 250 223 72
Hex FA DF 48

RGB Percentages of Color #fadf48

%45.87
%40.92
%13.21

CMYK Percentages of Color #fadf48

%0
%11
%71
%2

Triadic Colors of #fadf48

#fadf48 #48fadf #df48fa

Analogous Colors of #fadf48

#fadf48 #bcfa48 #fa8648

Monochromatic Colors of #fadf48

#fadf48

Complementary Color

#fadf48 #4863fa

#fadf48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadf48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadf48 Color CSS Codes

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

#fadf48 Text Font Color

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

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


#fadf48 Background Color

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

This div background color is #fadf48


#fadf48 Border Color

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

This div border color is #fadf48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadf48


Comments

No comments written yet.

Please login to write comment.