Color Hex Logo

#fde26d Color Hex

#FDE26D
(253,226,109)
0 Favorites   0 Comments

Color spaces of #fde26d

RGB 253226109
HSL0.140.970.71
HSV49°57°99°
CMYK 0.000.110.57   0.01
XYZ70.464776.379525.4968
Yxy76.37950.40890.4432
Hunter Lab87.3954-9.021843.8794
CIE-Lab90.0352-4.518159.5453

#fde26d color RGB value is (253,226,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100010 01101101
Octal 375 342 155
Decimal 253 226 109
Hex FD E2 6D

RGB Percentages of Color #fde26d

%43.03
%38.44
%18.54

CMYK Percentages of Color #fde26d

%0
%11
%57
%1

Triadic Colors of #fde26d

#fde26d #6dfde2 #e26dfd

Analogous Colors of #fde26d

#fde26d #d0fd6d #fd9a6d

Monochromatic Colors of #fde26d

#fde26d

Complementary Color

#fde26d #6d88fd

#fde26d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde26d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde26d Color CSS Codes

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

#fde26d Text Font Color

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

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


#fde26d Background Color

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

This div background color is #fde26d


#fde26d Border Color

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

This div border color is #fde26d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,226,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 #fde26d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde26d


Comments

No comments written yet.

Please login to write comment.