Color Hex Logo

#feeefd Color Hex

#FEEEFD
(254,238,253)
0 Favorites   0 Comments

Color spaces of #feeefd

RGB 254238253
HSL0.840.890.96
HSV304°100°
CMYK 0.000.060.00   0.00
XYZ89.177289.3118105.4673
Yxy89.31180.31410.3145
Hunter Lab94.50493.0534-0.0141
CIE-Lab95.71067.9767-5.2820

#feeefd color RGB value is (254,238,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101110 11111101
Octal 376 356 375
Decimal 254 238 253
Hex FE EE FD

RGB Percentages of Color #feeefd

%34.09
%31.95
%33.96

CMYK Percentages of Color #feeefd

%0
%6
%0
%0

Triadic Colors of #feeefd

#feeefd #fdfeee #eefdfe

Analogous Colors of #feeefd

#feeefd #feeef5 #f7eefe

Monochromatic Colors of #feeefd

#feeefd

Complementary Color

#feeefd #eefeef

#feeefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feeefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#feeefd Color CSS Codes

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

#feeefd Text Font Color

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

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


#feeefd Background Color

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

This div background color is #feeefd


#feeefd Border Color

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

This div border color is #feeefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feeefd

Related Colors

#feeefd Color Palettes


Comments

No comments written yet.

Please login to write comment.