Color Hex Logo

#febdec Color Hex

#FEBDEC
(254,189,236)
0 Favorites   0 Comments

Color spaces of #febdec

RGB 254189236
HSL0.880.970.87
HSV317°26°100°
CMYK 0.000.260.07   0.00
XYZ74.211063.522287.7065
Yxy63.52220.32920.2818
Hunter Lab79.700826.7284-9.4549
CIE-Lab83.716430.6000-14.1641

#febdec color RGB value is (254,189,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111101 11101100
Octal 376 275 354
Decimal 254 189 236
Hex FE BD EC

RGB Percentages of Color #febdec

%37.41
%27.84
%34.76

CMYK Percentages of Color #febdec

%0
%26
%7
%0

Triadic Colors of #febdec

#febdec #ecfebd #bdecfe

Analogous Colors of #febdec

#febdec #febdcc #f0bdfe

Monochromatic Colors of #febdec

#febdec

Complementary Color

#febdec #bdfecf

#febdec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febdec Color Preview on White Background

Lorem ipsum dolor sit amet.

#febdec Color CSS Codes

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

#febdec Text Font Color

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

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


#febdec Background Color

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

This div background color is #febdec


#febdec Border Color

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

This div border color is #febdec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febdec

Related Colors


Comments

No comments written yet.

Please login to write comment.