Color Hex Logo

#feab93 Color Hex

#FEAB93
(254,171,147)
0 Favorites   0 Comments

Color spaces of #feab93

RGB 254171147
HSL0.040.980.79
HSV13°42°100°
CMYK 0.000.330.42   0.00
XYZ60.702452.303234.4999
Yxy52.30320.41150.3546
Hunter Lab72.321023.261822.3410
CIE-Lab77.461827.732724.7929

#feab93 color RGB value is (254,171,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101011 10010011
Octal 376 253 223
Decimal 254 171 147
Hex FE AB 93

RGB Percentages of Color #feab93

%44.41
%29.90
%25.70

CMYK Percentages of Color #feab93

%0
%33
%42
%0

Triadic Colors of #feab93

#feab93 #93feab #ab93fe

Analogous Colors of #feab93

#feab93 #fee193 #fe93b1

Monochromatic Colors of #feab93

#feab93

Complementary Color

#feab93 #93e6fe

#feab93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feab93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feab93 Color CSS Codes

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

#feab93 Text Font Color

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

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


#feab93 Background Color

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

This div background color is #feab93


#feab93 Border Color

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

This div border color is #feab93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feab93

Related Colors


Comments

No comments written yet.

Please login to write comment.