Color Hex Logo

#fed989 Color Hex

#FED989
(254,217,137)
0 Favorites   0 Comments

Color spaces of #fed989

RGB 254217137
HSL0.110.980.77
HSV41°46°100°
CMYK 0.000.150.46   0.00
XYZ70.201372.502733.9613
Yxy72.50270.39740.4104
Hunter Lab85.1485-1.844335.9563
CIE-Lab88.21002.784844.0375

#fed989 color RGB value is (254,217,137).

#fed989 hex color red value is 254, green value is 217 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #fed989 hue: 0.11 , saturation: 0.98 and the lightness value of fed989 is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011001 10001001
Octal 376 331 211
Decimal 254 217 137
Hex FE D9 89

RGB Percentages of Color #fed989

%41.78
%35.69
%22.53

CMYK Percentages of Color #fed989

%0
%15
%46
%0

Triadic Colors of #fed989

#fed989 #89fed9 #d989fe

Analogous Colors of #fed989

#fed989 #e9fe89 #fe9f89

Monochromatic Colors of #fed989

#fed989

Complementary Color

#fed989 #89aefe

#fed989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed989 Color CSS Codes

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

#fed989 Text Font Color

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

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


#fed989 Background Color

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

This div background color is #fed989


#fed989 Border Color

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

This div border color is #fed989


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed989


Comments

No comments written yet.

Please login to write comment.