color codes Logo

#fade71 color codes

#FADE71
(250,222,113)
1 Favorites   0 Comments

Color spaces of #fade71

RGB 250222113
HSL0.130.930.71
HSV48°55°98°
CMYK 0.000.110.55   0.02
XYZ68.526373.758826.2479
Yxy73.75880.40660.4377
Hunter Lab85.8829-7.869441.9976
CIE-Lab88.8084-3.418056.2312

#fade71 color RGB value is (250,222,113).

#fade71 hex color red value is 250, green value is 222 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #fade71 hue: 0.13 , saturation: 0.93 and the lightness value of fade71 is 0.71.

The process color (four color CMYK) of #fade71 color code is 0.00, 0.11, 0.55, 0.02. Web safe color of #fade71 is #ffcc66. Color #fade71 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011110 01110001
Octal 372 336 161
Decimal 250 222 113
Hex FA DE 71

RGB Percentages of Color #fade71

%42.74
%37.95
%19.32

CMYK Percentages of Color #fade71

%0
%11
%55
%2

Triadic Colors of #fade71

#fade71 #71fade #de71fa

Analogous Colors of #fade71

#fade71 #d2fa71 #fa9a71

Monochromatic Colors of #fade71

#fade71

Complementary Color

#fade71 #718dfa

#fade71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fade71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fade71 Color CSS Codes

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

#fade71 Text Font Color

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

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


#fade71 Background Color

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

This div background color is #fade71


#fade71 Border Color

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

This div border color is #fade71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fade71


Comments

No comments written yet.

Please login to write comment.