Color Hex Logo

#fde791 Color Hex

#FDE791
(253,231,145)
0 Favorites   0 Comments

Color spaces of #fde791

RGB 253231145
HSL0.130.960.78
HSV48°43°99°
CMYK 0.000.090.43   0.01
XYZ74.194880.078838.3343
Yxy80.07880.38520.4158
Hunter Lab89.4868-8.604837.2421
CIE-Lab91.7202-3.932744.5014

#fde791 color RGB value is (253,231,145).

#fde791 hex color red value is 253, green value is 231 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #fde791 hue: 0.13 , saturation: 0.96 and the lightness value of fde791 is 0.78.

The process color (four color CMYK) of #fde791 color hex is 0.00, 0.09, 0.43, 0.01. Web safe color of #fde791 is #ffff99. Color #fde791 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100111 10010001
Octal 375 347 221
Decimal 253 231 145
Hex FD E7 91

RGB Percentages of Color #fde791

%40.22
%36.72
%23.05

CMYK Percentages of Color #fde791

%0
%9
%43
%1

Triadic Colors of #fde791

#fde791 #91fde7 #e791fd

Analogous Colors of #fde791

#fde791 #ddfd91 #fdb191

Monochromatic Colors of #fde791

#fde791

Complementary Color

#fde791 #91a7fd

#fde791 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde791 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde791 Color CSS Codes

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

#fde791 Text Font Color

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

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


#fde791 Background Color

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

This div background color is #fde791


#fde791 Border Color

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

This div border color is #fde791


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,231,145, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde791


Comments

No comments written yet.

Please login to write comment.