Color Hex Logo

#febdb1 Color Hex

#FEBDB1
(254,189,177)
0 Favorites   0 Comments

Color spaces of #febdb1

RGB 254189177
HSL0.030.970.85
HSV30°100°
CMYK 0.000.260.30   0.00
XYZ67.006560.640349.7681
Yxy60.64030.37770.3418
Hunter Lab77.871917.318316.6179
CIE-Lab82.185021.791715.2231

#febdb1 color RGB value is (254,189,177).

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

The process color (four color CMYK) of #febdb1 color hex is 0.00, 0.26, 0.30, 0.00. Web safe color of #febdb1 is #ffcc99. Color #febdb1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111101 10110001
Octal 376 275 261
Decimal 254 189 177
Hex FE BD B1

RGB Percentages of Color #febdb1

%40.97
%30.48
%28.55

CMYK Percentages of Color #febdb1

%0
%26
%30
%0

Triadic Colors of #febdb1

#febdb1 #b1febd #bdb1fe

Analogous Colors of #febdb1

#febdb1 #fee4b1 #feb1cc

Monochromatic Colors of #febdb1

#febdb1

Complementary Color

#febdb1 #b1f2fe

#febdb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febdb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febdb1 Color CSS Codes

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

#febdb1 Text Font Color

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

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


#febdb1 Background Color

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

This div background color is #febdb1


#febdb1 Border Color

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

This div border color is #febdb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febdb1

Related Colors


Comments

No comments written yet.

Please login to write comment.