Color Hex Logo

#febad6 Color Hex

#FEBAD6
(254,186,214)
0 Favorites   0 Comments

Color spaces of #febad6

RGB 254186214
HSL0.930.970.86
HSV335°27°100°
CMYK 0.000.270.16   0.00
XYZ70.569661.043771.6815
Yxy61.04370.34710.3003
Hunter Lab78.130524.49780.2952
CIE-Lab82.402228.6073-4.3262

#febad6 color RGB value is (254,186,214).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111010 11010110
Octal 376 272 326
Decimal 254 186 214
Hex FE BA D6

RGB Percentages of Color #febad6

%38.84
%28.44
%32.72

CMYK Percentages of Color #febad6

%0
%27
%16
%0

Triadic Colors of #febad6

#febad6 #d6feba #bad6fe

Analogous Colors of #febad6

#febad6 #fec0ba #febaf8

Monochromatic Colors of #febad6

#febad6

Complementary Color

#febad6 #bafee2

#febad6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febad6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febad6 Color CSS Codes

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

#febad6 Text Font Color

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

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


#febad6 Background Color

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

This div background color is #febad6


#febad6 Border Color

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

This div border color is #febad6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febad6


Comments

No comments written yet.

Please login to write comment.