Color Hex Logo

#fee689 Color Hex

#FEE689
(254,230,137)
0 Favorites   0 Comments

Color spaces of #fee689

RGB 254230137
HSL0.130.980.77
HSV48°46°100°
CMYK 0.000.090.46   0.00
XYZ73.685279.470635.1226
Yxy79.47060.39140.4221
Hunter Lab89.1463-8.464139.0428
CIE-Lab91.4468-3.810748.0895

#fee689 color RGB value is (254,230,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100110 10001001
Octal 376 346 211
Decimal 254 230 137
Hex FE E6 89

RGB Percentages of Color #fee689

%40.90
%37.04
%22.06

CMYK Percentages of Color #fee689

%0
%9
%46
%0

Triadic Colors of #fee689

#fee689 #89fee6 #e689fe

Analogous Colors of #fee689

#fee689 #dcfe89 #feac89

Monochromatic Colors of #fee689

#fee689

Complementary Color

#fee689 #89a1fe

#fee689 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee689 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee689 Color CSS Codes

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

#fee689 Text Font Color

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

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


#fee689 Background Color

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

This div background color is #fee689


#fee689 Border Color

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

This div border color is #fee689


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee689

Related Colors


Comments

No comments written yet.

Please login to write comment.