Color Hex Logo

#fed57f Color Hex

#FED57F
(254,213,127)
0 Favorites   0 Comments

Color spaces of #fed57f

RGB 254213127
HSL0.110.980.75
HSV41°50°100°
CMYK 0.000.160.50   0.00
XYZ68.498170.191630.0168
Yxy70.19160.40600.4161
Hunter Lab83.7804-0.675837.4039
CIE-Lab87.09083.924047.5765

#fed57f color RGB value is (254,213,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010101 01111111
Octal 376 325 177
Decimal 254 213 127
Hex FE D5 7F

RGB Percentages of Color #fed57f

%42.76
%35.86
%21.38

CMYK Percentages of Color #fed57f

%0
%16
%50
%0

Triadic Colors of #fed57f

#fed57f #7ffed5 #d57ffe

Analogous Colors of #fed57f

#fed57f #e8fe7f #fe967f

Monochromatic Colors of #fed57f

#fed57f

Complementary Color

#fed57f #7fa8fe

#fed57f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed57f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed57f Color CSS Codes

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

#fed57f Text Font Color

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

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


#fed57f Background Color

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

This div background color is #fed57f


#fed57f Border Color

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

This div border color is #fed57f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed57f


Comments

No comments written yet.

Please login to write comment.