Color Hex Logo

#fde529 Color Hex

#FDE529
(253,229,41)
0 Favorites   0 Comments

Color spaces of #fde529

RGB 25322941
HSL0.150.980.58
HSV53°84°99°
CMYK 0.000.090.84   0.01
XYZ68.927677.081413.3431
Yxy77.08140.43250.4837
Hunter Lab87.7960-13.504852.4464
CIE-Lab90.3591-9.228684.0366

#fde529 color RGB value is (253,229,41).

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

The process color (four color CMYK) of #fde529 color hex is 0.00, 0.09, 0.84, 0.01. Web safe color of #fde529 is #ffcc33. Color #fde529 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100101 00101001
Octal 375 345 51
Decimal 253 229 41
Hex FD E5 29

RGB Percentages of Color #fde529

%48.37
%43.79
%7.84

CMYK Percentages of Color #fde529

%0
%9
%84
%1

Triadic Colors of #fde529

#fde529 #29fde5 #e529fd

Analogous Colors of #fde529

#fde529 #abfd29 #fd7b29

Monochromatic Colors of #fde529

#fde529

Complementary Color

#fde529 #2941fd

#fde529 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde529 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde529 Color CSS Codes

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

#fde529 Text Font Color

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

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


#fde529 Background Color

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

This div background color is #fde529


#fde529 Border Color

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

This div border color is #fde529


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde529

Related Colors


Comments

No comments written yet.

Please login to write comment.