Color Hex Logo

#fde841 Color Hex

#FDE841
(253,232,65)
0 Favorites   0 Comments

Color spaces of #fde841

RGB 25323265
HSL0.150.980.62
HSV53°74°99°
CMYK 0.000.080.74   0.01
XYZ70.318878.977516.5390
Yxy78.97750.42400.4762
Hunter Lab88.8693-14.281251.1743
CIE-Lab91.2241-9.955178.1572

#fde841 color RGB value is (253,232,65).

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

The process color (four color CMYK) of #fde841 color hex is 0.00, 0.08, 0.74, 0.01. Web safe color of #fde841 is #ffff33. Color #fde841 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101000 01000001
Octal 375 350 101
Decimal 253 232 65
Hex FD E8 41

RGB Percentages of Color #fde841

%46.00
%42.18
%11.82

CMYK Percentages of Color #fde841

%0
%8
%74
%1

Triadic Colors of #fde841

#fde841 #41fde8 #e841fd

Analogous Colors of #fde841

#fde841 #b4fd41 #fd8a41

Monochromatic Colors of #fde841

#fde841

Complementary Color

#fde841 #4156fd

#fde841 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde841 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde841 Color CSS Codes

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

#fde841 Text Font Color

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

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


#fde841 Background Color

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

This div background color is #fde841


#fde841 Border Color

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

This div border color is #fde841


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde841


Comments

No comments written yet.

Please login to write comment.