Color Hex Logo

#fde57a Color Hex

#FDE57A
(253,229,122)
0 Favorites   0 Comments

Color spaces of #fde57a

RGB 253229122
HSL0.140.970.74
HSV49°52°99°
CMYK 0.000.090.52   0.01
XYZ72.040278.326429.7339
Yxy78.32640.40000.4349
Hunter Lab88.5022-9.581142.0320
CIE-Lab90.9286-5.021154.6038

#fde57a color RGB value is (253,229,122).

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

The process color (four color CMYK) of #fde57a color hex is 0.00, 0.09, 0.52, 0.01. Web safe color of #fde57a is #ffcc66. Color #fde57a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100101 01111010
Octal 375 345 172
Decimal 253 229 122
Hex FD E5 7A

RGB Percentages of Color #fde57a

%41.89
%37.91
%20.20

CMYK Percentages of Color #fde57a

%0
%9
%52
%1

Triadic Colors of #fde57a

#fde57a #7afde5 #e57afd

Analogous Colors of #fde57a

#fde57a #d4fd7a #fda47a

Monochromatic Colors of #fde57a

#fde57a

Complementary Color

#fde57a #7a92fd

#fde57a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde57a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde57a Color CSS Codes

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

#fde57a Text Font Color

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

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


#fde57a Background Color

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

This div background color is #fde57a


#fde57a Border Color

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

This div border color is #fde57a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde57a


Comments

No comments written yet.

Please login to write comment.