Color Hex Logo

#feeec5 Color Hex

#FEEEC5
(254,238,197)
0 Favorites   0 Comments

Color spaces of #feeec5

RGB 254238197
HSL0.120.970.88
HSV43°22°100°
CMYK 0.000.060.22   0.00
XYZ81.525686.251165.1746
Yxy86.25110.35000.3703
Hunter Lab92.8715-5.832023.4020
CIE-Lab94.4196-0.879221.8258

#feeec5 color RGB value is (254,238,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101110 11000101
Octal 376 356 305
Decimal 254 238 197
Hex FE EE C5

RGB Percentages of Color #feeec5

%36.87
%34.54
%28.59

CMYK Percentages of Color #feeec5

%0
%6
%22
%0

Triadic Colors of #feeec5

#feeec5 #c5feee #eec5fe

Analogous Colors of #feeec5

#feeec5 #f2fec5 #fed2c5

Monochromatic Colors of #feeec5

#feeec5

Complementary Color

#feeec5 #c5d5fe

#feeec5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feeec5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feeec5 Color CSS Codes

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

#feeec5 Text Font Color

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

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


#feeec5 Background Color

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

This div background color is #feeec5


#feeec5 Border Color

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

This div border color is #feeec5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feeec5


Comments

No comments written yet.

Please login to write comment.