Color Hex Logo

#febadd Color Hex

#FEBADD
(254,186,221)
0 Favorites   0 Comments

Color spaces of #febadd

RGB 254186221
HSL0.910.970.86
HSV329°27°100°
CMYK 0.000.270.13   0.00
XYZ71.483161.409176.4922
Yxy61.40910.34140.2933
Hunter Lab78.364025.6896-3.0191
CIE-Lab82.598229.7079-7.7966

#febadd color RGB value is (254,186,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111010 11011101
Octal 376 272 335
Decimal 254 186 221
Hex FE BA DD

RGB Percentages of Color #febadd

%38.43
%28.14
%33.43

CMYK Percentages of Color #febadd

%0
%27
%13
%0

Triadic Colors of #febadd

#febadd #ddfeba #baddfe

Analogous Colors of #febadd

#febadd #febabb #fdbafe

Monochromatic Colors of #febadd

#febadd

Complementary Color

#febadd #bafedb

#febadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#febadd Color CSS Codes

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

#febadd Text Font Color

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

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


#febadd Background Color

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

This div background color is #febadd


#febadd Border Color

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

This div border color is #febadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febadd

Related Colors


Comments

No comments written yet.

Please login to write comment.