Color Hex Logo

#fde547 Color Hex

#FDE547
(253,229,71)
0 Favorites   0 Comments

Color spaces of #fde547

RGB 25322971
HSL0.140.980.64
HSV52°72°99°
CMYK 0.000.090.72   0.01
XYZ69.664777.376217.2246
Yxy77.37620.42410.4710
Hunter Lab87.9637-12.569849.9648
CIE-Lab90.4945-8.216775.4446

#fde547 color RGB value is (253,229,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100101 01000111
Octal 375 345 107
Decimal 253 229 71
Hex FD E5 47

RGB Percentages of Color #fde547

%45.75
%41.41
%12.84

CMYK Percentages of Color #fde547

%0
%9
%72
%1

Triadic Colors of #fde547

#fde547 #47fde5 #e547fd

Analogous Colors of #fde547

#fde547 #bafd47 #fd8a47

Monochromatic Colors of #fde547

#fde547

Complementary Color

#fde547 #475ffd

#fde547 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde547 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde547 Color CSS Codes

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

#fde547 Text Font Color

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

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


#fde547 Background Color

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

This div background color is #fde547


#fde547 Border Color

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

This div border color is #fde547


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde547


Comments

No comments written yet.

Please login to write comment.