Color Hex Logo

#febd9f Color Hex

#FEBD9F
(254,189,159)
0 Favorites   0 Comments

Color spaces of #febd9f

RGB 254189159
HSL0.050.980.81
HSV19°37°100°
CMYK 0.000.260.37   0.00
XYZ65.328759.969240.9329
Yxy59.96920.39300.3608
Hunter Lab77.439815.064122.8685
CIE-Lab81.821419.613124.3130

#febd9f color RGB value is (254,189,159).

#febd9f hex color red value is 254, green value is 189 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #febd9f hue: 0.05 , saturation: 0.98 and the lightness value of febd9f is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111101 10011111
Octal 376 275 237
Decimal 254 189 159
Hex FE BD 9F

RGB Percentages of Color #febd9f

%42.19
%31.40
%26.41

CMYK Percentages of Color #febd9f

%0
%26
%37
%0

Triadic Colors of #febd9f

#febd9f #9ffebd #bd9ffe

Analogous Colors of #febd9f

#febd9f #feed9f #fe9fb1

Monochromatic Colors of #febd9f

#febd9f

Complementary Color

#febd9f #9fe0fe

#febd9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febd9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#febd9f Color CSS Codes

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

#febd9f Text Font Color

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

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


#febd9f Background Color

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

This div background color is #febd9f


#febd9f Border Color

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

This div border color is #febd9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febd9f

Related Colors


Comments

No comments written yet.

Please login to write comment.