Color Hex Logo

#feeef9 Color Hex

#FEEEF9
(254,238,249)
0 Favorites   0 Comments

Color spaces of #feeef9

RGB 254238249
HSL0.890.890.96
HSV319°100°
CMYK 0.000.060.02   0.00
XYZ88.546589.0595102.1458
Yxy89.05950.31650.3184
Hunter Lab94.37132.33271.8855
CIE-Lab95.60537.2738-3.3639

#feeef9 color RGB value is (254,238,249).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101110 11111001
Octal 376 356 371
Decimal 254 238 249
Hex FE EE F9

RGB Percentages of Color #feeef9

%34.28
%32.12
%33.60

CMYK Percentages of Color #feeef9

%0
%6
%2
%0

Triadic Colors of #feeef9

#feeef9 #f9feee #eef9fe

Analogous Colors of #feeef9

#feeef9 #feeef1 #fbeefe

Monochromatic Colors of #feeef9

#feeef9

Complementary Color

#feeef9 #eefef3

#feeef9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feeef9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feeef9 Color CSS Codes

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

#feeef9 Text Font Color

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

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


#feeef9 Background Color

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

This div background color is #feeef9


#feeef9 Border Color

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

This div border color is #feeef9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feeef9

Related Colors


Comments

No comments written yet.

Please login to write comment.