Color Hex Logo

#feefc5 Color Hex

#FEEFC5
(254,239,197)
0 Favorites   0 Comments

Color spaces of #feefc5

RGB 254239197
HSL0.120.970.88
HSV44°22°100°
CMYK 0.000.060.22   0.00
XYZ81.817686.835165.2719
Yxy86.83510.34980.3712
Hunter Lab93.1854-6.349723.6999
CIE-Lab94.6683-1.384522.1707

#feefc5 color RGB value is (254,239,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101111 11000101
Octal 376 357 305
Decimal 254 239 197
Hex FE EF C5

RGB Percentages of Color #feefc5

%36.81
%34.64
%28.55

CMYK Percentages of Color #feefc5

%0
%6
%22
%0

Triadic Colors of #feefc5

#feefc5 #c5feef #efc5fe

Analogous Colors of #feefc5

#feefc5 #f1fec5 #fed3c5

Monochromatic Colors of #feefc5

#feefc5

Complementary Color

#feefc5 #c5d4fe

#feefc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feefc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feefc5 Color CSS Codes

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

#feefc5 Text Font Color

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

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


#feefc5 Background Color

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

This div background color is #feefc5


#feefc5 Border Color

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

This div border color is #feefc5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,239,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 #feefc5">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feefc5


Comments

No comments written yet.

Please login to write comment.