Color Hex Logo

#fde78d Color Hex

#FDE78D
(253,231,141)
0 Favorites   0 Comments

Color spaces of #fde78d

RGB 253231141
HSL0.130.970.77
HSV48°44°99°
CMYK 0.000.090.44   0.01
XYZ73.891679.957636.7381
Yxy79.95760.38770.4195
Hunter Lab89.4190-8.979438.2338
CIE-Lab91.6658-4.326446.3956

#fde78d color RGB value is (253,231,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100111 10001101
Octal 375 347 215
Decimal 253 231 141
Hex FD E7 8D

RGB Percentages of Color #fde78d

%40.48
%36.96
%22.56

CMYK Percentages of Color #fde78d

%0
%9
%44
%1

Triadic Colors of #fde78d

#fde78d #8dfde7 #e78dfd

Analogous Colors of #fde78d

#fde78d #dbfd8d #fdaf8d

Monochromatic Colors of #fde78d

#fde78d

Complementary Color

#fde78d #8da3fd

#fde78d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde78d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde78d Color CSS Codes

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

#fde78d Text Font Color

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

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


#fde78d Background Color

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

This div background color is #fde78d


#fde78d Border Color

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

This div border color is #fde78d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde78d


Comments

No comments written yet.

Please login to write comment.