Color Hex Logo

#feab96 Color Hex

#FEAB96
(254,171,150)
0 Favorites   0 Comments

Color spaces of #feab96

RGB 254171150
HSL0.030.980.79
HSV12°41°100°
CMYK 0.000.330.41   0.00
XYZ60.941052.398735.7562
Yxy52.39870.40870.3514
Hunter Lab72.386923.598121.3840
CIE-Lab77.518628.051123.2555

#feab96 color RGB value is (254,171,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101011 10010110
Octal 376 253 226
Decimal 254 171 150
Hex FE AB 96

RGB Percentages of Color #feab96

%44.17
%29.74
%26.09

CMYK Percentages of Color #feab96

%0
%33
%41
%0

Triadic Colors of #feab96

#feab96 #96feab #ab96fe

Analogous Colors of #feab96

#feab96 #fedf96 #fe96b5

Monochromatic Colors of #feab96

#feab96

Complementary Color

#feab96 #96e9fe

#feab96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feab96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feab96 Color CSS Codes

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

#feab96 Text Font Color

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

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


#feab96 Background Color

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

This div background color is #feab96


#feab96 Border Color

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

This div border color is #feab96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feab96

Related Colors


Comments

No comments written yet.

Please login to write comment.