Color Hex Logo

#feece1 Color Hex

#FEECE1
(254,236,225)
0 Favorites   0 Comments

Color spaces of #feece1

RGB 254236225
HSL0.060.940.94
HSV23°11°100°
CMYK 0.000.070.11   0.00
XYZ84.459186.498083.4785
Yxy86.49800.33190.3400
Hunter Lab93.0043-0.658011.8857
CIE-Lab94.52494.29817.5108

#feece1 color RGB value is (254,236,225).

#feece1 hex color red value is 254, green value is 236 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #feece1 hue: 0.06 , saturation: 0.94 and the lightness value of feece1 is 0.94.

The process color (four color CMYK) of #feece1 color hex is 0.00, 0.07, 0.11, 0.00. Web safe color of #feece1 is #ffffcc. Color #feece1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101100 11100001
Octal 376 354 341
Decimal 254 236 225
Hex FE EC E1

RGB Percentages of Color #feece1

%35.52
%33.01
%31.47

CMYK Percentages of Color #feece1

%0
%7
%11
%0

Triadic Colors of #feece1

#feece1 #e1feec #ece1fe

Analogous Colors of #feece1

#feece1 #fefbe1 #fee1e5

Monochromatic Colors of #feece1

#feece1

Complementary Color

#feece1 #e1f3fe

#feece1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feece1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feece1 Color CSS Codes

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

#feece1 Text Font Color

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

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


#feece1 Background Color

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

This div background color is #feece1


#feece1 Border Color

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

This div border color is #feece1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feece1

Related Colors


Comments

No comments written yet.

Please login to write comment.