Color Hex Logo

#fde16d Color Hex

#FDE16D
(253,225,109)
0 Favorites   0 Comments

Color spaces of #fde16d

RGB 253225109
HSL0.130.970.71
HSV48°57°99°
CMYK 0.000.110.57   0.01
XYZ70.193575.837225.4064
Yxy75.83720.40940.4424
Hunter Lab87.0846-8.520143.6617
CIE-Lab89.7837-4.015259.2574

#fde16d color RGB value is (253,225,109).

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

The process color (four color CMYK) of #fde16d color hex is 0.00, 0.11, 0.57, 0.01. Web safe color of #fde16d is #ffcc66. Color #fde16d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100001 01101101
Octal 375 341 155
Decimal 253 225 109
Hex FD E1 6D

RGB Percentages of Color #fde16d

%43.10
%38.33
%18.57

CMYK Percentages of Color #fde16d

%0
%11
%57
%1

Triadic Colors of #fde16d

#fde16d #6dfde1 #e16dfd

Analogous Colors of #fde16d

#fde16d #d1fd6d #fd996d

Monochromatic Colors of #fde16d

#fde16d

Complementary Color

#fde16d #6d89fd

#fde16d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde16d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde16d Color CSS Codes

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

#fde16d Text Font Color

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

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


#fde16d Background Color

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

This div background color is #fde16d


#fde16d Border Color

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

This div border color is #fde16d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde16d

#fde16d Color Palettes


Comments

No comments written yet.

Please login to write comment.