Color Hex Logo

#feacb3 Color Hex

#FEACB3
(254,172,179)
0 Favorites   0 Comments

Color spaces of #feacb3

RGB 254172179
HSL0.990.980.84
HSV355°32°100°
CMYK 0.000.320.30   0.00
XYZ63.762353.830649.6775
Yxy53.83060.38120.3218
Hunter Lab73.369326.730711.2140
CIE-Lab78.362930.96568.7268

#feacb3 color RGB value is (254,172,179).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101100 10110011
Octal 376 254 263
Decimal 254 172 179
Hex FE AC B3

RGB Percentages of Color #feacb3

%41.98
%28.43
%29.59

CMYK Percentages of Color #feacb3

%0
%32
%30
%0

Triadic Colors of #feacb3

#feacb3 #b3feac #acb3fe

Analogous Colors of #feacb3

#feacb3 #feceac #feacdc

Monochromatic Colors of #feacb3

#feacb3

Complementary Color

#feacb3 #acfef7

#feacb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feacb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feacb3 Color CSS Codes

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

#feacb3 Text Font Color

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

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


#feacb3 Background Color

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

This div background color is #feacb3


#feacb3 Border Color

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

This div border color is #feacb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feacb3


Comments

No comments written yet.

Please login to write comment.