Color Hex Logo

#fde771 Color Hex

#FDE771
(253,231,113)
0 Favorites   0 Comments

Color spaces of #fde771

RGB 253231113
HSL0.140.970.72
HSV51°55°99°
CMYK 0.000.090.55   0.01
XYZ72.064679.226727.1169
Yxy79.22670.40390.4441
Hunter Lab89.0094-11.247644.2437
CIE-Lab91.3368-6.728859.2317

#fde771 color RGB value is (253,231,113).

#fde771 hex color red value is 253, green value is 231 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #fde771 hue: 0.14 , saturation: 0.97 and the lightness value of fde771 is 0.72.

The process color (four color CMYK) of #fde771 color hex is 0.00, 0.09, 0.55, 0.01. Web safe color of #fde771 is #ffff66. Color #fde771 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100111 01110001
Octal 375 347 161
Decimal 253 231 113
Hex FD E7 71

RGB Percentages of Color #fde771

%42.38
%38.69
%18.93

CMYK Percentages of Color #fde771

%0
%9
%55
%1

Triadic Colors of #fde771

#fde771 #71fde7 #e771fd

Analogous Colors of #fde771

#fde771 #cdfd71 #fda171

Monochromatic Colors of #fde771

#fde771

Complementary Color

#fde771 #7187fd

#fde771 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde771 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde771 Color CSS Codes

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

#fde771 Text Font Color

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

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


#fde771 Background Color

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

This div background color is #fde771


#fde771 Border Color

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

This div border color is #fde771


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde771

Related Colors


Comments

No comments written yet.

Please login to write comment.