Color Hex Logo

#febde9 Color Hex

#FEBDE9
(254,189,233)
0 Favorites   0 Comments

Color spaces of #febde9

RGB 254189233
HSL0.890.970.87
HSV319°26°100°
CMYK 0.000.260.08   0.00
XYZ73.778663.349285.4299
Yxy63.34920.33150.2846
Hunter Lab79.592226.1756-7.9241
CIE-Lab83.625830.0946-12.6961

#febde9 color RGB value is (254,189,233).

#febde9 hex color red value is 254, green value is 189 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #febde9 hue: 0.89 , saturation: 0.97 and the lightness value of febde9 is 0.87.

The process color (four color CMYK) of #febde9 color hex is 0.00, 0.26, 0.08, 0.00. Web safe color of #febde9 is #ffccff. Color #febde9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111101 11101001
Octal 376 275 351
Decimal 254 189 233
Hex FE BD E9

RGB Percentages of Color #febde9

%37.57
%27.96
%34.47

CMYK Percentages of Color #febde9

%0
%26
%8
%0

Triadic Colors of #febde9

#febde9 #e9febd #bde9fe

Analogous Colors of #febde9

#febde9 #febdc9 #f3bdfe

Monochromatic Colors of #febde9

#febde9

Complementary Color

#febde9 #bdfed2

#febde9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febde9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febde9 Color CSS Codes

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

#febde9 Text Font Color

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

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


#febde9 Background Color

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

This div background color is #febde9


#febde9 Border Color

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

This div border color is #febde9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febde9


Comments

No comments written yet.

Please login to write comment.