Color Hex Logo

#fde589 Color Hex

#FDE589
(253,229,137)
0 Favorites   0 Comments

Color spaces of #fde589

RGB 253229137
HSL0.130.970.76
HSV48°46°99°
CMYK 0.000.090.46   0.01
XYZ73.042778.727435.0131
Yxy78.72740.39110.4215
Hunter Lab88.7285-8.330738.7135
CIE-Lab91.1108-3.701447.6529

#fde589 color RGB value is (253,229,137).

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

The process color (four color CMYK) of #fde589 color hex is 0.00, 0.09, 0.46, 0.01. Web safe color of #fde589 is #ffcc99. Color #fde589 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100101 10001001
Octal 375 345 211
Decimal 253 229 137
Hex FD E5 89

RGB Percentages of Color #fde589

%40.87
%37.00
%22.13

CMYK Percentages of Color #fde589

%0
%9
%46
%1

Triadic Colors of #fde589

#fde589 #89fde5 #e589fd

Analogous Colors of #fde589

#fde589 #dbfd89 #fdab89

Monochromatic Colors of #fde589

#fde589

Complementary Color

#fde589 #89a1fd

#fde589 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde589 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde589 Color CSS Codes

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

#fde589 Text Font Color

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

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


#fde589 Background Color

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

This div background color is #fde589


#fde589 Border Color

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

This div border color is #fde589


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde589


Comments

No comments written yet.

Please login to write comment.