color codes Logo

#feda7c color codes

#FEDA7C
(254,218,124)
0 Favorites   0 Comments

Color spaces of #feda7c

RGB 254218124
HSL0.120.980.74
HSV43°51°100°
CMYK 0.000.140.51   0.00
XYZ69.582572.668929.4279
Yxy72.66890.40530.4233
Hunter Lab85.2461-3.479139.2047
CIE-Lab88.28961.109950.5003

#feda7c color RGB value is (254,218,124).

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

The process color (four color CMYK) of #feda7c color code is 0.00, 0.14, 0.51, 0.00. Web safe color of #feda7c is #ffcc66. Color #feda7c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011010 01111100
Octal 376 332 174
Decimal 254 218 124
Hex FE DA 7C

RGB Percentages of Color #feda7c

%42.62
%36.58
%20.81

CMYK Percentages of Color #feda7c

%0
%14
%51
%0

Triadic Colors of #feda7c

#feda7c #7cfeda #da7cfe

Analogous Colors of #feda7c

#feda7c #e1fe7c #fe997c

Monochromatic Colors of #feda7c

#feda7c

Complementary Color

#feda7c #7ca0fe

#feda7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feda7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#feda7c Color CSS Codes

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

#feda7c Text Font Color

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

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


#feda7c Background Color

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

This div background color is #feda7c


#feda7c Border Color

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

This div border color is #feda7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feda7c

Related Colors


Comments

No comments written yet.

Please login to write comment.