Color Hex Logo

#feeebe Color Hex

#FEEEBE
(254,238,190)
1 Favorites   0 Comments

Color spaces of #feeebe

RGB 254238190
HSL0.130.970.87
HSV45°25°100°
CMYK 0.000.060.25   0.00
XYZ80.741985.937661.0473
Yxy85.93760.35460.3774
Hunter Lab92.7025-6.759825.8476
CIE-Lab94.2857-1.829025.2307

#feeebe color RGB value is (254,238,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101110 10111110
Octal 376 356 276
Decimal 254 238 190
Hex FE EE BE

RGB Percentages of Color #feeebe

%37.24
%34.90
%27.86

CMYK Percentages of Color #feeebe

%0
%6
%25
%0

Triadic Colors of #feeebe

#feeebe #befeee #eebefe

Analogous Colors of #feeebe

#feeebe #eefebe #fecebe

Monochromatic Colors of #feeebe

#feeebe

Complementary Color

#feeebe #becefe

#feeebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feeebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#feeebe Color CSS Codes

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

#feeebe Text Font Color

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

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


#feeebe Background Color

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

This div background color is #feeebe


#feeebe Border Color

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

This div border color is #feeebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feeebe

Related Colors

#feeebe Color Palettes


Comments

No comments written yet.

Please login to write comment.