Color Hex Logo

#febab6 Color Hex

#FEBAB6
(254,186,182)
0 Favorites   0 Comments

Color spaces of #febab6

RGB 254186182
HSL0.010.970.85
HSV28°100°
CMYK 0.000.270.28   0.00
XYZ66.875559.566052.2286
Yxy59.56600.37430.3334
Hunter Lab77.179019.606713.9026
CIE-Lab81.601724.015611.7193

#febab6 color RGB value is (254,186,182).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111010 10110110
Octal 376 272 266
Decimal 254 186 182
Hex FE BA B6

RGB Percentages of Color #febab6

%40.84
%29.90
%29.26

CMYK Percentages of Color #febab6

%0
%27
%28
%0

Triadic Colors of #febab6

#febab6 #b6feba #bab6fe

Analogous Colors of #febab6

#febab6 #fedeb6 #feb6d6

Monochromatic Colors of #febab6

#febab6

Complementary Color

#febab6 #b6fafe

#febab6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febab6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febab6 Color CSS Codes

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

#febab6 Text Font Color

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

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


#febab6 Background Color

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

This div background color is #febab6


#febab6 Border Color

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

This div border color is #febab6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febab6


Comments

No comments written yet.

Please login to write comment.