Color Hex Logo

#feba94 Color Hex

#FEBA94
(254,186,148)
0 Favorites   0 Comments

Color spaces of #feba94

RGB 254186148
HSL0.060.980.79
HSV22°42°100°
CMYK 0.000.270.42   0.00
XYZ63.777358.326835.9137
Yxy58.32680.40360.3691
Hunter Lab76.372015.412225.5794
CIE-Lab80.920119.977128.9179

#feba94 color RGB value is (254,186,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111010 10010100
Octal 376 272 224
Decimal 254 186 148
Hex FE BA 94

RGB Percentages of Color #feba94

%43.20
%31.63
%25.17

CMYK Percentages of Color #feba94

%0
%27
%42
%0

Triadic Colors of #feba94

#feba94 #94feba #ba94fe

Analogous Colors of #feba94

#feba94 #feef94 #fe94a3

Monochromatic Colors of #feba94

#feba94

Complementary Color

#feba94 #94d8fe

#feba94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feba94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feba94 Color CSS Codes

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

#feba94 Text Font Color

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

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


#feba94 Background Color

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

This div background color is #feba94


#feba94 Border Color

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

This div border color is #feba94


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,186,148, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #feba94">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feba94

Related Colors


Comments

No comments written yet.

Please login to write comment.