Color Hex Logo

#feabc4 Color Hex

#FEABC4
(254,171,196)
0 Favorites   0 Comments

Color spaces of #feabc4

RGB 254171196
HSL0.950.980.83
HSV342°33°100°
CMYK 0.000.330.23   0.00
XYZ65.399854.182259.2358
Yxy54.18220.36570.3030
Hunter Lab73.608629.77893.8129
CIE-Lab78.567933.7972-0.2213

#feabc4 color RGB value is (254,171,196).

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

The process color (four color CMYK) of #feabc4 color hex is 0.00, 0.33, 0.23, 0.00. Web safe color of #feabc4 is #ff99cc. Color #feabc4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101011 11000100
Octal 376 253 304
Decimal 254 171 196
Hex FE AB C4

RGB Percentages of Color #feabc4

%40.90
%27.54
%31.56

CMYK Percentages of Color #feabc4

%0
%33
%23
%0

Triadic Colors of #feabc4

#feabc4 #c4feab #abc4fe

Analogous Colors of #feabc4

#feabc4 #febcab #feabee

Monochromatic Colors of #feabc4

#feabc4

Complementary Color

#feabc4 #abfee5

#feabc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feabc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feabc4 Color CSS Codes

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

#feabc4 Text Font Color

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

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


#feabc4 Background Color

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

This div background color is #feabc4


#feabc4 Border Color

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

This div border color is #feabc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feabc4


Comments

No comments written yet.

Please login to write comment.