Color Hex Logo

#feefbb Color Hex

#FEEFBB
(254,239,187)
0 Favorites   0 Comments

Color spaces of #feefbb

RGB 254239187
HSL0.130.970.86
HSV47°26°100°
CMYK 0.000.060.26   0.00
XYZ80.709286.391759.4351
Yxy86.39170.35630.3814
Hunter Lab92.9471-7.659827.1500
CIE-Lab94.4796-2.728827.0298

#feefbb color RGB value is (254,239,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101111 10111011
Octal 376 357 273
Decimal 254 239 187
Hex FE EF BB

RGB Percentages of Color #feefbb

%37.35
%35.15
%27.50

CMYK Percentages of Color #feefbb

%0
%6
%26
%0

Triadic Colors of #feefbb

#feefbb #bbfeef #efbbfe

Analogous Colors of #feefbb

#feefbb #ecfebb #fecebb

Monochromatic Colors of #feefbb

#feefbb

Complementary Color

#feefbb #bbcafe

#feefbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feefbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#feefbb Color CSS Codes

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

#feefbb Text Font Color

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

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


#feefbb Background Color

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

This div background color is #feefbb


#feefbb Border Color

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

This div border color is #feefbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feefbb

Related Colors


Comments

No comments written yet.

Please login to write comment.