Color Hex Logo

#feeff2 Color Hex

#FEEFF2
(254,239,242)
2 Favorites   0 Comments

Color spaces of #feeff2

RGB 254239242
HSL0.970.880.97
HSV348°100°
CMYK 0.000.060.05   0.00
XYZ87.766689.214696.5988
Yxy89.21460.32080.3261
Hunter Lab94.45350.56945.4808
CIE-Lab95.67005.55680.3579

#feeff2 color RGB value is (254,239,242).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101111 11110010
Octal 376 357 362
Decimal 254 239 242
Hex FE EF F2

RGB Percentages of Color #feeff2

%34.56
%32.52
%32.93

CMYK Percentages of Color #feeff2

%0
%6
%5
%0

Triadic Colors of #feeff2

#feeff2 #f2feef #eff2fe

Analogous Colors of #feeff2

#feeff2 #fef4ef #feeffa

Monochromatic Colors of #feeff2

#feeff2

Complementary Color

#feeff2 #effefb

#feeff2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feeff2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feeff2 Color CSS Codes

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

#feeff2 Text Font Color

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

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


#feeff2 Background Color

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

This div background color is #feeff2


#feeff2 Border Color

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

This div border color is #feeff2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feeff2

#feeff2 Color Palettes


Comments

No comments written yet.

Please login to write comment.