Color Hex Logo

#febab7 Color Hex

#FEBAB7
(254,186,183)
0 Favorites   0 Comments

Color spaces of #febab7

RGB 254186183
HSL0.010.970.86
HSV28°100°
CMYK 0.000.270.28   0.00
XYZ66.979259.607552.7750
Yxy59.60750.37340.3323
Hunter Lab77.205919.745613.5157
CIE-Lab81.624424.147711.2143

#febab7 color RGB value is (254,186,183).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111010 10110111
Octal 376 272 267
Decimal 254 186 183
Hex FE BA B7

RGB Percentages of Color #febab7

%40.77
%29.86
%29.37

CMYK Percentages of Color #febab7

%0
%27
%28
%0

Triadic Colors of #febab7

#febab7 #b7feba #bab7fe

Analogous Colors of #febab7

#febab7 #fedeb7 #feb7d8

Monochromatic Colors of #febab7

#febab7

Complementary Color

#febab7 #b7fbfe

#febab7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febab7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febab7 Color CSS Codes

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

#febab7 Text Font Color

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

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


#febab7 Background Color

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

This div background color is #febab7


#febab7 Border Color

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

This div border color is #febab7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febab7


Comments

No comments written yet.

Please login to write comment.