Color Hex Logo

#feb394 Color Hex

#FEB394
(254,179,148)
0 Favorites   0 Comments

Color spaces of #feb394

RGB 254179148
HSL0.050.980.79
HSV18°42°100°
CMYK 0.000.300.42   0.00
XYZ62.338455.449135.4341
Yxy55.44910.40690.3619
Hunter Lab74.464219.120823.9115
CIE-Lab79.299323.646626.7412

#feb394 color RGB value is (254,179,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110011 10010100
Octal 376 263 224
Decimal 254 179 148
Hex FE B3 94

RGB Percentages of Color #feb394

%43.72
%30.81
%25.47

CMYK Percentages of Color #feb394

%0
%30
%42
%0

Triadic Colors of #feb394

#feb394 #94feb3 #b394fe

Analogous Colors of #feb394

#feb394 #fee894 #fe94aa

Monochromatic Colors of #feb394

#feb394

Complementary Color

#feb394 #94dffe

#feb394 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb394 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb394 Color CSS Codes

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

#feb394 Text Font Color

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

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


#feb394 Background Color

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

This div background color is #feb394


#feb394 Border Color

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

This div border color is #feb394


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb394


Comments

No comments written yet.

Please login to write comment.