Color Hex Logo

#feacb9 Color Hex

#FEACB9
(254,172,185)
0 Favorites   0 Comments

Color spaces of #feacb9

RGB 254172185
HSL0.970.980.84
HSV350°32°100°
CMYK 0.000.320.27   0.00
XYZ64.382554.078752.9438
Yxy54.07870.37560.3155
Hunter Lab73.538227.58438.7910
CIE-Lab78.507631.75625.6733

#feacb9 color RGB value is (254,172,185).

#feacb9 hex color red value is 254, green value is 172 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #feacb9 hue: 0.97 , saturation: 0.98 and the lightness value of feacb9 is 0.84.

The process color (four color CMYK) of #feacb9 color hex is 0.00, 0.32, 0.27, 0.00. Web safe color of #feacb9 is #ff99cc. Color #feacb9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101100 10111001
Octal 376 254 271
Decimal 254 172 185
Hex FE AC B9

RGB Percentages of Color #feacb9

%41.57
%28.15
%30.28

CMYK Percentages of Color #feacb9

%0
%32
%27
%0

Triadic Colors of #feacb9

#feacb9 #b9feac #acb9fe

Analogous Colors of #feacb9

#feacb9 #fec8ac #feace2

Monochromatic Colors of #feacb9

#feacb9

Complementary Color

#feacb9 #acfef1

#feacb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feacb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feacb9 Color CSS Codes

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

#feacb9 Text Font Color

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

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


#feacb9 Background Color

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

This div background color is #feacb9


#feacb9 Border Color

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

This div border color is #feacb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feacb9

Related Colors


Comments

No comments written yet.

Please login to write comment.