Color Hex Logo

#febdd7 Color Hex

#FEBDD7
(254,189,215)
0 Favorites   0 Comments

Color spaces of #febdd7

RGB 254189215
HSL0.930.970.87
HSV336°26°100°
CMYK 0.000.260.15   0.00
XYZ71.336462.372372.5692
Yxy62.37230.34580.3024
Hunter Lab78.976123.02460.8032
CIE-Lab83.111027.1861-3.8194

#febdd7 color RGB value is (254,189,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111101 11010111
Octal 376 275 327
Decimal 254 189 215
Hex FE BD D7

RGB Percentages of Color #febdd7

%38.60
%28.72
%32.67

CMYK Percentages of Color #febdd7

%0
%26
%15
%0

Triadic Colors of #febdd7

#febdd7 #d7febd #bdd7fe

Analogous Colors of #febdd7

#febdd7 #fec4bd #febdf8

Monochromatic Colors of #febdd7

#febdd7

Complementary Color

#febdd7 #bdfee4

#febdd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febdd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febdd7 Color CSS Codes

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

#febdd7 Text Font Color

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

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


#febdd7 Background Color

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

This div background color is #febdd7


#febdd7 Border Color

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

This div border color is #febdd7


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,189,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 #febdd7">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febdd7

Related Colors


Comments

No comments written yet.

Please login to write comment.