Color Hex Logo

#fee5c1 Color Hex

#FEE5C1
(254,229,193)
0 Favorites   0 Comments

Color spaces of #fee5c1

RGB 254229193
HSL0.100.970.88
HSV35°24°100°
CMYK 0.000.100.24   0.00
XYZ78.518080.959761.9405
Yxy80.95970.35460.3656
Hunter Lab89.9776-1.694722.1691
CIE-Lab92.11383.144520.6856

#fee5c1 color RGB value is (254,229,193).

#fee5c1 hex color red value is 254, green value is 229 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #fee5c1 hue: 0.10 , saturation: 0.97 and the lightness value of fee5c1 is 0.88.

The process color (four color CMYK) of #fee5c1 color hex is 0.00, 0.10, 0.24, 0.00. Web safe color of #fee5c1 is #ffcccc. Color #fee5c1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100101 11000001
Octal 376 345 301
Decimal 254 229 193
Hex FE E5 C1

RGB Percentages of Color #fee5c1

%37.57
%33.88
%28.55

CMYK Percentages of Color #fee5c1

%0
%10
%24
%0

Triadic Colors of #fee5c1

#fee5c1 #c1fee5 #e5c1fe

Analogous Colors of #fee5c1

#fee5c1 #f9fec1 #fec7c1

Monochromatic Colors of #fee5c1

#fee5c1

Complementary Color

#fee5c1 #c1dafe

#fee5c1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee5c1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee5c1 Color CSS Codes

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

#fee5c1 Text Font Color

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

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


#fee5c1 Background Color

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

This div background color is #fee5c1


#fee5c1 Border Color

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

This div border color is #fee5c1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee5c1


Comments

No comments written yet.

Please login to write comment.