Color Hex Logo

#febdb8 Color Hex

#FEBDB8
(254,189,184)
0 Favorites   0 Comments

Color spaces of #febdb8

RGB 254189184
HSL0.010.970.86
HSV28°100°
CMYK 0.000.260.28   0.00
XYZ67.722460.926753.5381
Yxy60.92670.37170.3344
Hunter Lab78.055618.272613.9720
CIE-Lab82.339322.705711.6934

#febdb8 color RGB value is (254,189,184).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111101 10111000
Octal 376 275 270
Decimal 254 189 184
Hex FE BD B8

RGB Percentages of Color #febdb8

%40.51
%30.14
%29.35

CMYK Percentages of Color #febdb8

%0
%26
%28
%0

Triadic Colors of #febdb8

#febdb8 #b8febd #bdb8fe

Analogous Colors of #febdb8

#febdb8 #fee0b8 #feb8d6

Monochromatic Colors of #febdb8

#febdb8

Complementary Color

#febdb8 #b8f9fe

#febdb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febdb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febdb8 Color CSS Codes

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

#febdb8 Text Font Color

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

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


#febdb8 Background Color

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

This div background color is #febdb8


#febdb8 Border Color

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

This div border color is #febdb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febdb8


Comments

No comments written yet.

Please login to write comment.