Color Hex Logo

#febad7 Color Hex

#FEBAD7
(254,186,215)
0 Favorites   0 Comments

Color spaces of #febad7

RGB 254186215
HSL0.930.970.86
HSV334°27°100°
CMYK 0.000.270.15   0.00
XYZ70.697761.094972.3563
Yxy61.09490.34630.2993
Hunter Lab78.163224.6655-0.1710
CIE-Lab82.429728.7625-4.8230

#febad7 color RGB value is (254,186,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111010 11010111
Octal 376 272 327
Decimal 254 186 215
Hex FE BA D7

RGB Percentages of Color #febad7

%38.78
%28.40
%32.82

CMYK Percentages of Color #febad7

%0
%27
%15
%0

Triadic Colors of #febad7

#febad7 #d7feba #bad7fe

Analogous Colors of #febad7

#febad7 #febfba #febaf9

Monochromatic Colors of #febad7

#febad7

Complementary Color

#febad7 #bafee1

#febad7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febad7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febad7 Color CSS Codes

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

#febad7 Text Font Color

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

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


#febad7 Background Color

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

This div background color is #febad7


#febad7 Border Color

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

This div border color is #febad7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febad7

Related Colors


Comments

No comments written yet.

Please login to write comment.