Color Hex Logo

#feecba Color Hex

#FEECBA
(254,236,186)
0 Favorites   0 Comments

Color spaces of #feecba

RGB 254236186
HSL0.120.970.86
HSV44°27°100°
CMYK 0.000.070.27   0.00
XYZ79.731484.606958.5828
Yxy84.60690.35770.3795
Hunter Lab91.9820-6.242026.6260
CIE-Lab93.7135-1.346426.4939

#feecba color RGB value is (254,236,186).

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

The process color (four color CMYK) of #feecba color hex is 0.00, 0.07, 0.27, 0.00. Web safe color of #feecba is #ffffcc. Color #feecba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101100 10111010
Octal 376 354 272
Decimal 254 236 186
Hex FE EC BA

RGB Percentages of Color #feecba

%37.57
%34.91
%27.51

CMYK Percentages of Color #feecba

%0
%7
%27
%0

Triadic Colors of #feecba

#feecba #bafeec #ecbafe

Analogous Colors of #feecba

#feecba #eefeba #fecaba

Monochromatic Colors of #feecba

#feecba

Complementary Color

#feecba #baccfe

#feecba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feecba Color Preview on White Background

Lorem ipsum dolor sit amet.

#feecba Color CSS Codes

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

#feecba Text Font Color

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

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


#feecba Background Color

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

This div background color is #feecba


#feecba Border Color

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

This div border color is #feecba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feecba

Related Colors

#feecba Color Palettes


Comments

No comments written yet.

Please login to write comment.