Color Hex Logo

#feba89 Color Hex

#FEBA89
(254,186,137)
0 Favorites   0 Comments

Color spaces of #feba89

RGB 254186137
HSL0.070.980.77
HSV25°46°100°
CMYK 0.000.270.46   0.00
XYZ62.947357.994831.5433
Yxy57.99480.41280.3803
Hunter Lab76.154314.273728.7500
CIE-Lab80.735918.864034.4497

#feba89 color RGB value is (254,186,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111010 10001001
Octal 376 272 211
Decimal 254 186 137
Hex FE BA 89

RGB Percentages of Color #feba89

%44.02
%32.24
%23.74

CMYK Percentages of Color #feba89

%0
%27
%46
%0

Triadic Colors of #feba89

#feba89 #89feba #ba89fe

Analogous Colors of #feba89

#feba89 #fef589 #fe8993

Monochromatic Colors of #feba89

#feba89

Complementary Color

#feba89 #89cdfe

#feba89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feba89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feba89 Color CSS Codes

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

#feba89 Text Font Color

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

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


#feba89 Background Color

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

This div background color is #feba89


#feba89 Border Color

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

This div border color is #feba89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feba89


Comments

No comments written yet.

Please login to write comment.