Color Hex Logo

#fade48 Color Hex

#FADE48
(250,222,72)
0 Favorites   0 Comments

Color spaces of #fade48

RGB 25022272
HSL0.140.950.63
HSV51°71°98°
CMYK 0.000.110.71   0.02
XYZ66.715373.034416.7117
Yxy73.03440.42640.4668
Hunter Lab85.4602-10.207648.2280
CIE-Lab88.4641-5.919073.0285

#fade48 color RGB value is (250,222,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011110 01001000
Octal 372 336 110
Decimal 250 222 72
Hex FA DE 48

RGB Percentages of Color #fade48

%45.96
%40.81
%13.24

CMYK Percentages of Color #fade48

%0
%11
%71
%2

Triadic Colors of #fade48

#fade48 #48fade #de48fa

Analogous Colors of #fade48

#fade48 #bdfa48 #fa8548

Monochromatic Colors of #fade48

#fade48

Complementary Color

#fade48 #4864fa

#fade48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fade48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fade48 Color CSS Codes

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

#fade48 Text Font Color

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

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


#fade48 Background Color

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

This div background color is #fade48


#fade48 Border Color

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

This div border color is #fade48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fade48


Comments

No comments written yet.

Please login to write comment.