Color Hex Logo

#feb294 Color Hex

#FEB294
(254,178,148)
0 Favorites   0 Comments

Color spaces of #feb294

RGB 254178148
HSL0.050.980.79
HSV17°42°100°
CMYK 0.000.300.42   0.00
XYZ62.138755.049735.3676
Yxy55.04970.40730.3608
Hunter Lab74.195519.651623.6744
CIE-Lab79.069924.170926.4318

#feb294 color RGB value is (254,178,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110010 10010100
Octal 376 262 224
Decimal 254 178 148
Hex FE B2 94

RGB Percentages of Color #feb294

%43.79
%30.69
%25.52

CMYK Percentages of Color #feb294

%0
%30
%42
%0

Triadic Colors of #feb294

#feb294 #94feb2 #b294fe

Analogous Colors of #feb294

#feb294 #fee794 #fe94ab

Monochromatic Colors of #feb294

#feb294

Complementary Color

#feb294 #94e0fe

#feb294 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb294 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb294 Color CSS Codes

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

#feb294 Text Font Color

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

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


#feb294 Background Color

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

This div background color is #feb294


#feb294 Border Color

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

This div border color is #feb294


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb294


Comments

No comments written yet.

Please login to write comment.