Color Hex Logo

#feeffb Color Hex

#FEEFFB
(254,239,251)
0 Favorites   0 Comments

Color spaces of #feeffb

RGB 254239251
HSL0.870.880.97
HSV312°100°
CMYK 0.000.060.01   0.00
XYZ89.152189.7689103.8951
Yxy89.76890.31520.3174
Hunter Lab94.74652.15411.3075
CIE-Lab95.90087.1107-3.9657

#feeffb color RGB value is (254,239,251).

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

The process color (four color CMYK) of #feeffb color hex is 0.00, 0.06, 0.01, 0.00. Web safe color of #feeffb is #ffffff. Color #feeffb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101111 11111011
Octal 376 357 373
Decimal 254 239 251
Hex FE EF FB

RGB Percentages of Color #feeffb

%34.14
%32.12
%33.74

CMYK Percentages of Color #feeffb

%0
%6
%1
%0

Triadic Colors of #feeffb

#feeffb #fbfeef #effbfe

Analogous Colors of #feeffb

#feeffb #feeff4 #faeffe

Monochromatic Colors of #feeffb

#feeffb

Complementary Color

#feeffb #effef2

#feeffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feeffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#feeffb Color CSS Codes

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

#feeffb Text Font Color

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

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


#feeffb Background Color

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

This div background color is #feeffb


#feeffb Border Color

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

This div border color is #feeffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feeffb

Related Colors


Comments

No comments written yet.

Please login to write comment.