Color Hex Logo

#feda7e Color Hex

#FEDA7E
(254,218,126)
0 Favorites   0 Comments

Color spaces of #feda7e

RGB 254218126
HSL0.120.980.75
HSV43°50°100°
CMYK 0.000.140.50   0.00
XYZ69.710372.720030.1009
Yxy72.72000.40400.4215
Hunter Lab85.2760-3.315338.7649
CIE-Lab88.31401.280349.5641

#feda7e color RGB value is (254,218,126).

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

The process color (four color CMYK) of #feda7e color hex is 0.00, 0.14, 0.50, 0.00. Web safe color of #feda7e is #ffcc66. Color #feda7e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011010 01111110
Octal 376 332 176
Decimal 254 218 126
Hex FE DA 7E

RGB Percentages of Color #feda7e

%42.47
%36.45
%21.07

CMYK Percentages of Color #feda7e

%0
%14
%50
%0

Triadic Colors of #feda7e

#feda7e #7efeda #da7efe

Analogous Colors of #feda7e

#feda7e #e2fe7e #fe9a7e

Monochromatic Colors of #feda7e

#feda7e

Complementary Color

#feda7e #7ea2fe

#feda7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feda7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#feda7e Color CSS Codes

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

#feda7e Text Font Color

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

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


#feda7e Background Color

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

This div background color is #feda7e


#feda7e Border Color

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

This div border color is #feda7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feda7e

#feda7e Color Palettes


Comments

No comments written yet.

Please login to write comment.