Color Hex Logo

#fade55 Color Hex

#FADE55
(250,222,85)
1 Favorites   0 Comments

Color spaces of #fade55

RGB 25022285
HSL0.140.940.66
HSV50°66°98°
CMYK 0.000.110.66   0.02
XYZ67.185373.222419.1866
Yxy73.22240.42100.4588
Hunter Lab85.5701-9.598546.6050
CIE-Lab88.5537-5.264068.1382

#fade55 color RGB value is (250,222,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011110 01010101
Octal 372 336 125
Decimal 250 222 85
Hex FA DE 55

RGB Percentages of Color #fade55

%44.88
%39.86
%15.26

CMYK Percentages of Color #fade55

%0
%11
%66
%2

Triadic Colors of #fade55

#fade55 #55fade #de55fa

Analogous Colors of #fade55

#fade55 #c4fa55 #fa8c55

Monochromatic Colors of #fade55

#fade55

Complementary Color

#fade55 #5571fa

#fade55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fade55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fade55 Color CSS Codes

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

#fade55 Text Font Color

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

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


#fade55 Background Color

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

This div background color is #fade55


#fade55 Border Color

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

This div border color is #fade55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fade55

Related Colors


Comments

No comments written yet.

Please login to write comment.