Color Hex Logo

#fee26d Color Hex

#FEE26D
(254,226,109)
1 Favorites   0 Comments

Color spaces of #fee26d

RGB 254226109
HSL0.130.990.71
HSV48°57°100°
CMYK 0.000.110.57   0.00
XYZ70.829776.567725.5139
Yxy76.56770.40960.4428
Hunter Lab87.5030-8.642543.9644
CIE-Lab90.1223-4.113259.6678

#fee26d color RGB value is (254,226,109).

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

The process color (four color CMYK) of #fee26d color hex is 0.00, 0.11, 0.57, 0.00. Web safe color of #fee26d is #ffcc66. Color #fee26d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100010 01101101
Octal 376 342 155
Decimal 254 226 109
Hex FE E2 6D

RGB Percentages of Color #fee26d

%43.12
%38.37
%18.51

CMYK Percentages of Color #fee26d

%0
%11
%57
%0

Triadic Colors of #fee26d

#fee26d #6dfee2 #e26dfe

Analogous Colors of #fee26d

#fee26d #d2fe6d #fe9a6d

Monochromatic Colors of #fee26d

#fee26d

Complementary Color

#fee26d #6d89fe

#fee26d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee26d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee26d Color CSS Codes

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

#fee26d Text Font Color

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

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


#fee26d Background Color

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

This div background color is #fee26d


#fee26d Border Color

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

This div border color is #fee26d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee26d


Comments

No comments written yet.

Please login to write comment.