Color Hex Logo

#fde457 Color Hex

#FDE457
(253,228,87)
0 Favorites   0 Comments

Color spaces of #fde457

RGB 25322887
HSL0.140.980.67
HSV51°66°99°
CMYK 0.000.100.66   0.01
XYZ69.971777.057620.2025
Yxy77.05760.41840.4608
Hunter Lab87.7825-11.336347.8026
CIE-Lab90.3481-6.924569.2870

#fde457 color RGB value is (253,228,87).

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

The process color (four color CMYK) of #fde457 color hex is 0.00, 0.10, 0.66, 0.01. Web safe color of #fde457 is #ffcc66. Color #fde457 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100100 01010111
Octal 375 344 127
Decimal 253 228 87
Hex FD E4 57

RGB Percentages of Color #fde457

%44.54
%40.14
%15.32

CMYK Percentages of Color #fde457

%0
%10
%66
%1

Triadic Colors of #fde457

#fde457 #57fde4 #e457fd

Analogous Colors of #fde457

#fde457 #c3fd57 #fd9157

Monochromatic Colors of #fde457

#fde457

Complementary Color

#fde457 #5770fd

#fde457 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde457 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde457 Color CSS Codes

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

#fde457 Text Font Color

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

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


#fde457 Background Color

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

This div background color is #fde457


#fde457 Border Color

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

This div border color is #fde457


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde457


Comments

No comments written yet.

Please login to write comment.