Color Hex Logo

#feefbe Color Hex

#FEEFBE
(254,239,190)
0 Favorites   0 Comments

Color spaces of #feefbe

RGB 254239190
HSL0.130.970.87
HSV46°25°100°
CMYK 0.000.060.25   0.00
XYZ81.033886.521561.1446
Yxy86.52150.35430.3783
Hunter Lab93.0169-7.275326.1376
CIE-Lab94.5349-2.333325.5728

#feefbe color RGB value is (254,239,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101111 10111110
Octal 376 357 276
Decimal 254 239 190
Hex FE EF BE

RGB Percentages of Color #feefbe

%37.19
%34.99
%27.82

CMYK Percentages of Color #feefbe

%0
%6
%25
%0

Triadic Colors of #feefbe

#feefbe #befeef #efbefe

Analogous Colors of #feefbe

#feefbe #edfebe #fecfbe

Monochromatic Colors of #feefbe

#feefbe

Complementary Color

#feefbe #becdfe

#feefbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feefbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#feefbe Color CSS Codes

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

#feefbe Text Font Color

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

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


#feefbe Background Color

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

This div background color is #feefbe


#feefbe Border Color

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

This div border color is #feefbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feefbe


Comments

No comments written yet.

Please login to write comment.