Color Hex Logo

#febade Color Hex

#FEBADE
(254,186,222)
0 Favorites   0 Comments

Color spaces of #febade

RGB 254186222
HSL0.910.970.86
HSV328°27°100°
CMYK 0.000.270.13   0.00
XYZ71.616861.462677.1961
Yxy61.46260.34060.2923
Hunter Lab78.398125.8634-3.5023
CIE-Lab82.626829.8678-8.2909

#febade color RGB value is (254,186,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111010 11011110
Octal 376 272 336
Decimal 254 186 222
Hex FE BA DE

RGB Percentages of Color #febade

%38.37
%28.10
%33.53

CMYK Percentages of Color #febade

%0
%27
%13
%0

Triadic Colors of #febade

#febade #defeba #badefe

Analogous Colors of #febade

#febade #febabc #fcbafe

Monochromatic Colors of #febade

#febade

Complementary Color

#febade #bafeda

#febade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febade Color Preview on White Background

Lorem ipsum dolor sit amet.

#febade Color CSS Codes

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

#febade Text Font Color

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

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


#febade Background Color

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

This div background color is #febade


#febade Border Color

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

This div border color is #febade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febade


Comments

No comments written yet.

Please login to write comment.