Color Hex Logo

#fee26c Color Hex

#FEE26C
(254,226,108)
0 Favorites   0 Comments

Color spaces of #fee26c

RGB 254226108
HSL0.130.990.71
HSV48°57°100°
CMYK 0.000.110.57   0.00
XYZ70.776276.546325.2320
Yxy76.54630.41020.4436
Hunter Lab87.4907-8.710144.1445
CIE-Lab90.1124-4.184760.1065

#fee26c color RGB value is (254,226,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100010 01101100
Octal 376 342 154
Decimal 254 226 108
Hex FE E2 6C

RGB Percentages of Color #fee26c

%43.20
%38.44
%18.37

CMYK Percentages of Color #fee26c

%0
%11
%57
%0

Triadic Colors of #fee26c

#fee26c #6cfee2 #e26cfe

Analogous Colors of #fee26c

#fee26c #d1fe6c #fe996c

Monochromatic Colors of #fee26c

#fee26c

Complementary Color

#fee26c #6c88fe

#fee26c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee26c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee26c Color CSS Codes

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

#fee26c Text Font Color

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

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


#fee26c Background Color

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

This div background color is #fee26c


#fee26c Border Color

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

This div border color is #fee26c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee26c


Comments

No comments written yet.

Please login to write comment.