Color Hex Logo

#feeef2 Color Hex

#FEEEF2
(254,238,242)
0 Favorites   0 Comments

Color spaces of #feeef2

RGB 254238242
HSL0.960.890.96
HSV345°100°
CMYK 0.000.060.05   0.00
XYZ87.474688.630796.5014
Yxy88.63070.32090.3251
Hunter Lab94.14391.10305.1260
CIE-Lab95.42596.06860.0016

#feeef2 color RGB value is (254,238,242).

#feeef2 hex color red value is 254, green value is 238 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #feeef2 hue: 0.96 , saturation: 0.89 and the lightness value of feeef2 is 0.96.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101110 11110010
Octal 376 356 362
Decimal 254 238 242
Hex FE EE F2

RGB Percentages of Color #feeef2

%34.60
%32.43
%32.97

CMYK Percentages of Color #feeef2

%0
%6
%5
%0

Triadic Colors of #feeef2

#feeef2 #f2feee #eef2fe

Analogous Colors of #feeef2

#feeef2 #fef2ee #feeefa

Monochromatic Colors of #feeef2

#feeef2

Complementary Color

#feeef2 #eefefa

#feeef2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feeef2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feeef2 Color CSS Codes

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

#feeef2 Text Font Color

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

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


#feeef2 Background Color

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

This div background color is #feeef2


#feeef2 Border Color

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

This div border color is #feeef2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feeef2

Related Colors


Comments

No comments written yet.

Please login to write comment.