Color Hex Logo

#fede7f Color Hex

#FEDE7F
(254,222,127)
0 Favorites   0 Comments

Color spaces of #fede7f

RGB 254222127
HSL0.120.980.75
HSV45°50°100°
CMYK 0.000.130.50   0.00
XYZ70.825174.845730.7925
Yxy74.84570.40140.4241
Hunter Lab86.5134-5.267639.4564
CIE-Lab89.3207-0.667850.3095

#fede7f color RGB value is (254,222,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011110 01111111
Octal 376 336 177
Decimal 254 222 127
Hex FE DE 7F

RGB Percentages of Color #fede7f

%42.12
%36.82
%21.06

CMYK Percentages of Color #fede7f

%0
%13
%50
%0

Triadic Colors of #fede7f

#fede7f #7ffede #de7ffe

Analogous Colors of #fede7f

#fede7f #dffe7f #fe9f7f

Monochromatic Colors of #fede7f

#fede7f

Complementary Color

#fede7f #7f9ffe

#fede7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fede7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fede7f Color CSS Codes

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

#fede7f Text Font Color

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

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


#fede7f Background Color

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

This div background color is #fede7f


#fede7f Border Color

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

This div border color is #fede7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fede7f


Comments

No comments written yet.

Please login to write comment.