Color Hex Logo

#febad0 Color Hex

#FEBAD0
(254,186,208)
0 Favorites   0 Comments

Color spaces of #febad0

RGB 254186208
HSL0.950.970.86
HSV341°27°100°
CMYK 0.000.270.18   0.00
XYZ69.817160.742767.7193
Yxy60.74270.35210.3063
Hunter Lab77.937623.51093.0398
CIE-Lab82.240227.6905-1.3389

#febad0 color RGB value is (254,186,208).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111010 11010000
Octal 376 272 320
Decimal 254 186 208
Hex FE BA D0

RGB Percentages of Color #febad0

%39.20
%28.70
%32.10

CMYK Percentages of Color #febad0

%0
%27
%18
%0

Triadic Colors of #febad0

#febad0 #d0feba #bad0fe

Analogous Colors of #febad0

#febad0 #fec6ba #febaf2

Monochromatic Colors of #febad0

#febad0

Complementary Color

#febad0 #bafee8

#febad0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febad0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febad0 Color CSS Codes

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

#febad0 Text Font Color

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

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


#febad0 Background Color

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

This div background color is #febad0


#febad0 Border Color

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

This div border color is #febad0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febad0

Related Colors


Comments

No comments written yet.

Please login to write comment.