Color Hex Logo

#febabd Color Hex

#FEBABD
(254,186,189)
0 Favorites   0 Comments

Color spaces of #febabd

RGB 254186189
HSL0.990.970.86
HSV357°27°100°
CMYK 0.000.270.26   0.00
XYZ67.617359.862856.1350
Yxy59.86280.36830.3260
Hunter Lab77.371120.598111.1431
CIE-Lab81.763624.95638.1886

#febabd color RGB value is (254,186,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111010 10111101
Octal 376 272 275
Decimal 254 186 189
Hex FE BA BD

RGB Percentages of Color #febabd

%40.38
%29.57
%30.05

CMYK Percentages of Color #febabd

%0
%27
%26
%0

Triadic Colors of #febabd

#febabd #bdfeba #babdfe

Analogous Colors of #febabd

#febabd #fed9ba #febadf

Monochromatic Colors of #febabd

#febabd

Complementary Color

#febabd #bafefb

#febabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#febabd Color CSS Codes

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

#febabd Text Font Color

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

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


#febabd Background Color

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

This div background color is #febabd


#febabd Border Color

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

This div border color is #febabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febabd

Related Colors


Comments

No comments written yet.

Please login to write comment.