Color Hex Logo

#febcb8 Color Hex

#FEBCB8
(254,188,184)
0 Favorites   0 Comments

Color spaces of #febcb8

RGB 254188184
HSL0.010.970.86
HSV28°100°
CMYK 0.000.260.28   0.00
XYZ67.508060.498053.4666
Yxy60.49800.37200.3334
Hunter Lab77.780518.809713.6901
CIE-Lab82.108123.230511.3651

#febcb8 color RGB value is (254,188,184).

#febcb8 hex color red value is 254, green value is 188 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #febcb8 hue: 0.01 , saturation: 0.97 and the lightness value of febcb8 is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111100 10111000
Octal 376 274 270
Decimal 254 188 184
Hex FE BC B8

RGB Percentages of Color #febcb8

%40.58
%30.03
%29.39

CMYK Percentages of Color #febcb8

%0
%26
%28
%0

Triadic Colors of #febcb8

#febcb8 #b8febc #bcb8fe

Analogous Colors of #febcb8

#febcb8 #fedfb8 #feb8d7

Monochromatic Colors of #febcb8

#febcb8

Complementary Color

#febcb8 #b8fafe

#febcb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febcb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febcb8 Color CSS Codes

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

#febcb8 Text Font Color

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

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


#febcb8 Background Color

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

This div background color is #febcb8


#febcb8 Border Color

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

This div border color is #febcb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febcb8


Comments

No comments written yet.

Please login to write comment.