Color Hex Logo

#fde77e Color Hex

#FDE77E
(253,231,126)
0 Favorites   0 Comments

Color spaces of #fde77e

RGB 253231126
HSL0.140.970.74
HSV50°50°99°
CMYK 0.000.090.50   0.01
XYZ72.849879.540831.2520
Yxy79.54080.39670.4331
Hunter Lab89.1856-10.270241.6538
CIE-Lab91.4784-5.689553.3800

#fde77e color RGB value is (253,231,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100111 01111110
Octal 375 347 176
Decimal 253 231 126
Hex FD E7 7E

RGB Percentages of Color #fde77e

%41.48
%37.87
%20.66

CMYK Percentages of Color #fde77e

%0
%9
%50
%1

Triadic Colors of #fde77e

#fde77e #7efde7 #e77efd

Analogous Colors of #fde77e

#fde77e #d4fd7e #fda87e

Monochromatic Colors of #fde77e

#fde77e

Complementary Color

#fde77e #7e94fd

#fde77e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde77e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde77e Color CSS Codes

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

#fde77e Text Font Color

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

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


#fde77e Background Color

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

This div background color is #fde77e


#fde77e Border Color

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

This div border color is #fde77e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde77e


Comments

No comments written yet.

Please login to write comment.