Color Hex Logo

#feecf7 Color Hex

#FEECF7
(254,236,247)
0 Favorites   0 Comments

Color spaces of #feecf7

RGB 254236247
HSL0.900.900.96
HSV323°100°
CMYK 0.000.070.03   0.00
XYZ87.657087.7771100.3183
Yxy87.77710.31790.3183
Hunter Lab93.68943.05032.0976
CIE-Lab95.06707.9533-3.1173

#feecf7 color RGB value is (254,236,247).

#feecf7 hex color red value is 254, green value is 236 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #feecf7 hue: 0.90 , saturation: 0.90 and the lightness value of feecf7 is 0.96.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101100 11110111
Octal 376 354 367
Decimal 254 236 247
Hex FE EC F7

RGB Percentages of Color #feecf7

%34.46
%32.02
%33.51

CMYK Percentages of Color #feecf7

%0
%7
%3
%0

Triadic Colors of #feecf7

#feecf7 #f7feec #ecf7fe

Analogous Colors of #feecf7

#feecf7 #feecee #fcecfe

Monochromatic Colors of #feecf7

#feecf7

Complementary Color

#feecf7 #ecfef3

#feecf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feecf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feecf7 Color CSS Codes

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

#feecf7 Text Font Color

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

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


#feecf7 Background Color

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

This div background color is #feecf7


#feecf7 Border Color

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

This div border color is #feecf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feecf7

#feecf7 Color Palettes


Comments

No comments written yet.

Please login to write comment.