Color Hex Logo

#feeebb Color Hex

#FEEEBB
(254,238,187)
0 Favorites   0 Comments

Color spaces of #feeebb

RGB 254238187
HSL0.130.970.86
HSV46°26°100°
CMYK 0.000.060.26   0.00
XYZ80.417285.807859.3378
Yxy85.80780.35650.3804
Hunter Lab92.6325-7.145426.8632
CIE-Lab94.2301-2.225226.6889

#feeebb color RGB value is (254,238,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101110 10111011
Octal 376 356 273
Decimal 254 238 187
Hex FE EE BB

RGB Percentages of Color #feeebb

%37.41
%35.05
%27.54

CMYK Percentages of Color #feeebb

%0
%6
%26
%0

Triadic Colors of #feeebb

#feeebb #bbfeee #eebbfe

Analogous Colors of #feeebb

#feeebb #edfebb #fecdbb

Monochromatic Colors of #feeebb

#feeebb

Complementary Color

#feeebb #bbcbfe

#feeebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feeebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#feeebb Color CSS Codes

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

#feeebb Text Font Color

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

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


#feeebb Background Color

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

This div background color is #feeebb


#feeebb Border Color

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

This div border color is #feeebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feeebb


Comments

No comments written yet.

Please login to write comment.