Color Hex Logo

#fee57d Color Hex

#FEE57D
(254,229,125)
0 Favorites   0 Comments

Color spaces of #fee57d

RGB 254229125
HSL0.130.980.74
HSV48°51°100°
CMYK 0.000.100.51   0.00
XYZ72.594078.590130.7453
Yxy78.59010.39900.4320
Hunter Lab88.6511-8.970441.4932
CIE-Lab91.0485-4.372653.3556

#fee57d color RGB value is (254,229,125).

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

The process color (four color CMYK) of #fee57d color hex is 0.00, 0.10, 0.51, 0.00. Web safe color of #fee57d is #ffcc66. Color #fee57d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100101 01111101
Octal 376 345 175
Decimal 254 229 125
Hex FE E5 7D

RGB Percentages of Color #fee57d

%41.78
%37.66
%20.56

CMYK Percentages of Color #fee57d

%0
%10
%51
%0

Triadic Colors of #fee57d

#fee57d #7dfee5 #e57dfe

Analogous Colors of #fee57d

#fee57d #d7fe7d #fea57d

Monochromatic Colors of #fee57d

#fee57d

Complementary Color

#fee57d #7d96fe

#fee57d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee57d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee57d Color CSS Codes

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

#fee57d Text Font Color

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

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


#fee57d Background Color

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

This div background color is #fee57d


#fee57d Border Color

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

This div border color is #fee57d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee57d


Comments

No comments written yet.

Please login to write comment.