Color Hex Logo

#fde489 Color Hex

#FDE489
(253,228,137)
0 Favorites   0 Comments

Color spaces of #fde489

RGB 253228137
HSL0.130.970.76
HSV47°46°99°
CMYK 0.000.100.46   0.01
XYZ72.766878.175634.9211
Yxy78.17560.39150.4206
Hunter Lab88.4170-7.824938.4747
CIE-Lab90.8600-3.197647.3405

#fde489 color RGB value is (253,228,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100100 10001001
Octal 375 344 211
Decimal 253 228 137
Hex FD E4 89

RGB Percentages of Color #fde489

%40.94
%36.89
%22.17

CMYK Percentages of Color #fde489

%0
%10
%46
%1

Triadic Colors of #fde489

#fde489 #89fde4 #e489fd

Analogous Colors of #fde489

#fde489 #dcfd89 #fdaa89

Monochromatic Colors of #fde489

#fde489

Complementary Color

#fde489 #89a2fd

#fde489 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde489 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde489 Color CSS Codes

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

#fde489 Text Font Color

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

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


#fde489 Background Color

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

This div background color is #fde489


#fde489 Border Color

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

This div border color is #fde489


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,228,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 #fde489">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde489


Comments

No comments written yet.

Please login to write comment.