Color Hex Logo

#fde78f Color Hex

#FDE78F
(253,231,143)
0 Favorites   0 Comments

Color spaces of #fde78f

RGB 253231143
HSL0.130.960.78
HSV48°43°99°
CMYK 0.000.090.43   0.01
XYZ74.041980.017637.5291
Yxy80.01760.38650.4177
Hunter Lab89.4526-8.793537.7421
CIE-Lab91.6928-4.130945.4498

#fde78f color RGB value is (253,231,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100111 10001111
Octal 375 347 217
Decimal 253 231 143
Hex FD E7 8F

RGB Percentages of Color #fde78f

%40.35
%36.84
%22.81

CMYK Percentages of Color #fde78f

%0
%9
%43
%1

Triadic Colors of #fde78f

#fde78f #8ffde7 #e78ffd

Analogous Colors of #fde78f

#fde78f #dcfd8f #fdb08f

Monochromatic Colors of #fde78f

#fde78f

Complementary Color

#fde78f #8fa5fd

#fde78f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde78f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde78f Color CSS Codes

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

#fde78f Text Font Color

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

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


#fde78f Background Color

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

This div background color is #fde78f


#fde78f Border Color

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

This div border color is #fde78f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde78f

Related Colors


Comments

No comments written yet.

Please login to write comment.