Color Hex Logo

#fede7e Color Hex

#FEDE7E
(254,222,126)
0 Favorites   0 Comments

Color spaces of #fede7e

RGB 254222126
HSL0.130.980.75
HSV45°50°100°
CMYK 0.000.130.50   0.00
XYZ70.760274.819730.4509
Yxy74.81970.40200.4250
Hunter Lab86.4984-5.349839.6764
CIE-Lab89.3085-0.753850.7757

#fede7e color RGB value is (254,222,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011110 01111110
Octal 376 336 176
Decimal 254 222 126
Hex FE DE 7E

RGB Percentages of Color #fede7e

%42.19
%36.88
%20.93

CMYK Percentages of Color #fede7e

%0
%13
%50
%0

Triadic Colors of #fede7e

#fede7e #7efede #de7efe

Analogous Colors of #fede7e

#fede7e #defe7e #fe9e7e

Monochromatic Colors of #fede7e

#fede7e

Complementary Color

#fede7e #7e9efe

#fede7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fede7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fede7e Color CSS Codes

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

#fede7e Text Font Color

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

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


#fede7e Background Color

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

This div background color is #fede7e


#fede7e Border Color

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

This div border color is #fede7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fede7e

#fede7e Color Palettes


Comments

No comments written yet.

Please login to write comment.