Color Hex Logo

#fee2ba Color Hex

#FEE2BA
(254,226,186)
0 Favorites   0 Comments

Color spaces of #fee2ba

RGB 254226186
HSL0.100.970.86
HSV35°27°100°
CMYK 0.000.110.27   0.00
XYZ76.932379.008757.6498
Yxy79.00870.36020.3699
Hunter Lab88.8868-1.058723.7668
CIE-Lab91.23823.738623.0945

#fee2ba color RGB value is (254,226,186).

#fee2ba hex color red value is 254, green value is 226 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #fee2ba hue: 0.10 , saturation: 0.97 and the lightness value of fee2ba is 0.86.

The process color (four color CMYK) of #fee2ba color hex is 0.00, 0.11, 0.27, 0.00. Web safe color of #fee2ba is #ffcccc. Color #fee2ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100010 10111010
Octal 376 342 272
Decimal 254 226 186
Hex FE E2 BA

RGB Percentages of Color #fee2ba

%38.14
%33.93
%27.93

CMYK Percentages of Color #fee2ba

%0
%11
%27
%0

Triadic Colors of #fee2ba

#fee2ba #bafee2 #e2bafe

Analogous Colors of #fee2ba

#fee2ba #f8feba #fec0ba

Monochromatic Colors of #fee2ba

#fee2ba

Complementary Color

#fee2ba #bad6fe

#fee2ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee2ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee2ba Color CSS Codes

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

#fee2ba Text Font Color

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

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


#fee2ba Background Color

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

This div background color is #fee2ba


#fee2ba Border Color

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

This div border color is #fee2ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee2ba


Comments

No comments written yet.

Please login to write comment.