Color Hex Logo

#fee288 Color Hex

#FEE288
(254,226,136)
0 Favorites   0 Comments

Color spaces of #fee288

RGB 254226136
HSL0.130.980.76
HSV46°46°100°
CMYK 0.000.110.46   0.00
XYZ72.513377.241134.3797
Yxy77.24110.39380.4195
Hunter Lab87.8869-6.526238.3277
CIE-Lab90.4325-1.886747.3146

#fee288 color RGB value is (254,226,136).

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

The process color (four color CMYK) of #fee288 color hex is 0.00, 0.11, 0.46, 0.00. Web safe color of #fee288 is #ffcc99. Color #fee288 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100010 10001000
Octal 376 342 210
Decimal 254 226 136
Hex FE E2 88

RGB Percentages of Color #fee288

%41.23
%36.69
%22.08

CMYK Percentages of Color #fee288

%0
%11
%46
%0

Triadic Colors of #fee288

#fee288 #88fee2 #e288fe

Analogous Colors of #fee288

#fee288 #dffe88 #fea788

Monochromatic Colors of #fee288

#fee288

Complementary Color

#fee288 #88a4fe

#fee288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee288 Color CSS Codes

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

#fee288 Text Font Color

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

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


#fee288 Background Color

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

This div background color is #fee288


#fee288 Border Color

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

This div border color is #fee288


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee288


Comments

No comments written yet.

Please login to write comment.