Color Hex Logo

#feecbe Color Hex

#FEECBE
(254,236,190)
0 Favorites   0 Comments

Color spaces of #feecbe

RGB 254236190
HSL0.120.970.87
HSV43°25°100°
CMYK 0.000.070.25   0.00
XYZ80.162884.779460.8542
Yxy84.77940.35500.3755
Hunter Lab92.0757-5.727225.2674
CIE-Lab93.7880-0.818724.5467

#feecbe color RGB value is (254,236,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101100 10111110
Octal 376 354 276
Decimal 254 236 190
Hex FE EC BE

RGB Percentages of Color #feecbe

%37.35
%34.71
%27.94

CMYK Percentages of Color #feecbe

%0
%7
%25
%0

Triadic Colors of #feecbe

#feecbe #befeec #ecbefe

Analogous Colors of #feecbe

#feecbe #f0febe #feccbe

Monochromatic Colors of #feecbe

#feecbe

Complementary Color

#feecbe #bed0fe

#feecbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feecbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#feecbe Color CSS Codes

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

#feecbe Text Font Color

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

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


#feecbe Background Color

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

This div background color is #feecbe


#feecbe Border Color

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

This div border color is #feecbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feecbe


Comments

No comments written yet.

Please login to write comment.