Color Hex Logo

#fde41a Color Hex

#FDE41A
(253,228,26)
0 Favorites   0 Comments

Color spaces of #fde41a

RGB 25322826
HSL0.150.980.55
HSV53°90°99°
CMYK 0.000.100.90   0.01
XYZ68.437976.444012.1254
Yxy76.44400.43590.4869
Hunter Lab87.4323-13.285052.9800
CIE-Lab90.0651-9.027886.6486

#fde41a color RGB value is (253,228,26).

#fde41a hex color red value is 253, green value is 228 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #fde41a hue: 0.15 , saturation: 0.98 and the lightness value of fde41a is 0.55.

The process color (four color CMYK) of #fde41a color hex is 0.00, 0.10, 0.90, 0.01. Web safe color of #fde41a is #ffcc33. Color #fde41a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100100 00011010
Octal 375 344 32
Decimal 253 228 26
Hex FD E4 1A

RGB Percentages of Color #fde41a

%49.90
%44.97
%5.13

CMYK Percentages of Color #fde41a

%0
%10
%90
%1

Triadic Colors of #fde41a

#fde41a #1afde4 #e41afd

Analogous Colors of #fde41a

#fde41a #a5fd1a #fd731a

Monochromatic Colors of #fde41a

#fde41a

Complementary Color

#fde41a #1a33fd

#fde41a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde41a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde41a Color CSS Codes

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

#fde41a Text Font Color

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

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


#fde41a Background Color

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

This div background color is #fde41a


#fde41a Border Color

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

This div border color is #fde41a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde41a


Comments

No comments written yet.

Please login to write comment.