Color Hex Logo

#febad4 Color Hex

#FEBAD4
(254,186,212)
0 Favorites   0 Comments

Color spaces of #febad4

RGB 254186212
HSL0.940.970.86
HSV337°27°100°
CMYK 0.000.270.17   0.00
XYZ70.315660.942170.3443
Yxy60.94210.34880.3023
Hunter Lab78.065424.16521.2199
CIE-Lab82.347628.2989-3.3317

#febad4 color RGB value is (254,186,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111010 11010100
Octal 376 272 324
Decimal 254 186 212
Hex FE BA D4

RGB Percentages of Color #febad4

%38.96
%28.53
%32.52

CMYK Percentages of Color #febad4

%0
%27
%17
%0

Triadic Colors of #febad4

#febad4 #d4feba #bad4fe

Analogous Colors of #febad4

#febad4 #fec2ba #febaf6

Monochromatic Colors of #febad4

#febad4

Complementary Color

#febad4 #bafee4

#febad4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febad4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febad4 Color CSS Codes

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

#febad4 Text Font Color

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

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


#febad4 Background Color

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

This div background color is #febad4


#febad4 Border Color

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

This div border color is #febad4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febad4


Comments

No comments written yet.

Please login to write comment.