Color Hex Logo

#feda9f Color Hex

#FEDA9F
(254,218,159)
0 Favorites   0 Comments

Color spaces of #feda9f

RGB 254218159
HSL0.100.980.81
HSV37°37°100°
CMYK 0.000.140.37   0.00
XYZ72.202573.716843.2242
Yxy73.71680.38170.3897
Hunter Lab85.8585-0.143230.2523
CIE-Lab88.78854.545933.6805

#feda9f color RGB value is (254,218,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011010 10011111
Octal 376 332 237
Decimal 254 218 159
Hex FE DA 9F

RGB Percentages of Color #feda9f

%40.25
%34.55
%25.20

CMYK Percentages of Color #feda9f

%0
%14
%37
%0

Triadic Colors of #feda9f

#feda9f #9ffeda #da9ffe

Analogous Colors of #feda9f

#feda9f #f3fe9f #feab9f

Monochromatic Colors of #feda9f

#feda9f

Complementary Color

#feda9f #9fc3fe

#feda9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feda9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#feda9f Color CSS Codes

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

#feda9f Text Font Color

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

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


#feda9f Background Color

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

This div background color is #feda9f


#feda9f Border Color

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

This div border color is #feda9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feda9f


Comments

No comments written yet.

Please login to write comment.