Color Hex Logo

#fde026 Color Hex

#FDE026
(253,224,38)
0 Favorites   0 Comments

Color spaces of #fde026

RGB 25322438
HSL0.140.980.57
HSV52°85°99°
CMYK 0.000.110.85   0.01
XYZ67.513574.333912.6233
Yxy74.33390.43710.4812
Hunter Lab86.2171-11.103051.6712
CIE-Lab89.0801-6.808883.6509

#fde026 color RGB value is (253,224,38).

#fde026 hex color red value is 253, green value is 224 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #fde026 hue: 0.14 , saturation: 0.98 and the lightness value of fde026 is 0.57.

The process color (four color CMYK) of #fde026 color hex is 0.00, 0.11, 0.85, 0.01. Web safe color of #fde026 is #ffcc33. Color #fde026 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100000 00100110
Octal 375 340 46
Decimal 253 224 38
Hex FD E0 26

RGB Percentages of Color #fde026

%49.13
%43.50
%7.38

CMYK Percentages of Color #fde026

%0
%11
%85
%1

Triadic Colors of #fde026

#fde026 #26fde0 #e026fd

Analogous Colors of #fde026

#fde026 #affd26 #fd7526

Monochromatic Colors of #fde026

#fde026

Complementary Color

#fde026 #2643fd

#fde026 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde026 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde026 Color CSS Codes

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

#fde026 Text Font Color

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

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


#fde026 Background Color

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

This div background color is #fde026


#fde026 Border Color

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

This div border color is #fde026


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde026


Comments

No comments written yet.

Please login to write comment.