Color Hex Logo

#fea689 Color Hex

#FEA689
(254,166,137)
0 Favorites   0 Comments

Color spaces of #fea689

RGB 254166137
HSL0.040.980.77
HSV15°46°100°
CMYK 0.000.350.46   0.00
XYZ59.024650.149430.2358
Yxy50.14940.42340.3597
Hunter Lab70.816224.849524.2568
CIE-Lab76.160929.335928.4161

#fea689 color RGB value is (254,166,137).

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

The process color (four color CMYK) of #fea689 color hex is 0.00, 0.35, 0.46, 0.00. Web safe color of #fea689 is #ff9999. Color #fea689 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100110 10001001
Octal 376 246 211
Decimal 254 166 137
Hex FE A6 89

RGB Percentages of Color #fea689

%45.60
%29.80
%24.60

CMYK Percentages of Color #fea689

%0
%35
%46
%0

Triadic Colors of #fea689

#fea689 #89fea6 #a689fe

Analogous Colors of #fea689

#fea689 #fee189 #fe89a7

Monochromatic Colors of #fea689

#fea689

Complementary Color

#fea689 #89e1fe

#fea689 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea689 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea689 Color CSS Codes

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

#fea689 Text Font Color

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

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


#fea689 Background Color

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

This div background color is #fea689


#fea689 Border Color

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

This div border color is #fea689


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea689


Comments

No comments written yet.

Please login to write comment.