Color Hex Logo

#febab4 Color Hex

#FEBAB4
(254,186,180)
0 Favorites   0 Comments

Color spaces of #febab4

RGB 254186180
HSL0.010.970.85
HSV29°100°
CMYK 0.000.270.29   0.00
XYZ66.670259.483951.1477
Yxy59.48390.37600.3355
Hunter Lab77.125819.331414.6686
CIE-Lab81.556923.753512.7295

#febab4 color RGB value is (254,186,180).

#febab4 hex color red value is 254, green value is 186 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #febab4 hue: 0.01 , saturation: 0.97 and the lightness value of febab4 is 0.85.

The process color (four color CMYK) of #febab4 color hex is 0.00, 0.27, 0.29, 0.00. Web safe color of #febab4 is #ffcccc. Color #febab4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111010 10110100
Octal 376 272 264
Decimal 254 186 180
Hex FE BA B4

RGB Percentages of Color #febab4

%40.97
%30.00
%29.03

CMYK Percentages of Color #febab4

%0
%27
%29
%0

Triadic Colors of #febab4

#febab4 #b4feba #bab4fe

Analogous Colors of #febab4

#febab4 #fedfb4 #feb4d3

Monochromatic Colors of #febab4

#febab4

Complementary Color

#febab4 #b4f8fe

#febab4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febab4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febab4 Color CSS Codes

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

#febab4 Text Font Color

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

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


#febab4 Background Color

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

This div background color is #febab4


#febab4 Border Color

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

This div border color is #febab4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febab4


Comments

No comments written yet.

Please login to write comment.