Color Hex Logo

#fee76d Color Hex

#FEE76D
(254,231,109)
0 Favorites   0 Comments

Color spaces of #fee76d

RGB 254231109
HSL0.140.990.71
HSV50°57°100°
CMYK 0.000.090.57   0.00
XYZ72.209379.326825.9738
Yxy79.32680.40680.4469
Hunter Lab89.0656-11.147245.0554
CIE-Lab91.3820-6.618661.1032

#fee76d color RGB value is (254,231,109).

#fee76d hex color red value is 254, green value is 231 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #fee76d hue: 0.14 , saturation: 0.99 and the lightness value of fee76d is 0.71.

The process color (four color CMYK) of #fee76d color hex is 0.00, 0.09, 0.57, 0.00. Web safe color of #fee76d is #ffff66. Color #fee76d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100111 01101101
Octal 376 347 155
Decimal 254 231 109
Hex FE E7 6D

RGB Percentages of Color #fee76d

%42.76
%38.89
%18.35

CMYK Percentages of Color #fee76d

%0
%9
%57
%0

Triadic Colors of #fee76d

#fee76d #6dfee7 #e76dfe

Analogous Colors of #fee76d

#fee76d #cdfe6d #fe9f6d

Monochromatic Colors of #fee76d

#fee76d

Complementary Color

#fee76d #6d84fe

#fee76d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee76d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee76d Color CSS Codes

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

#fee76d Text Font Color

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

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


#fee76d Background Color

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

This div background color is #fee76d


#fee76d Border Color

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

This div border color is #fee76d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee76d


Comments

No comments written yet.

Please login to write comment.