Color Hex Logo

#febdbe Color Hex

#FEBDBE
(254,189,190)
0 Favorites   0 Comments

Color spaces of #febdbe

RGB 254189190
HSL1.000.970.87
HSV359°26°100°
CMYK 0.000.260.25   0.00
XYZ68.364961.183756.9216
Yxy61.18370.36660.3281
Hunter Lab78.220019.125411.6080
CIE-Lab82.477423.51848.6737

#febdbe color RGB value is (254,189,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111101 10111110
Octal 376 275 276
Decimal 254 189 190
Hex FE BD BE

RGB Percentages of Color #febdbe

%40.13
%29.86
%30.02

CMYK Percentages of Color #febdbe

%0
%26
%25
%0

Triadic Colors of #febdbe

#febdbe #befebd #bdbefe

Analogous Colors of #febdbe

#febdbe #feddbd #febddf

Monochromatic Colors of #febdbe

#febdbe

Complementary Color

#febdbe #bdfefd

#febdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#febdbe Color CSS Codes

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

#febdbe Text Font Color

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

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


#febdbe Background Color

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

This div background color is #febdbe


#febdbe Border Color

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

This div border color is #febdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febdbe


Comments

No comments written yet.

Please login to write comment.