Color Hex Logo

#feefc4 Color Hex

#FEEFC4
(254,239,196)
1 Favorites   0 Comments

Color spaces of #feefc4

RGB 254239196
HSL0.120.970.88
HSV44°23°100°
CMYK 0.000.060.23   0.00
XYZ81.703486.789464.6703
Yxy86.78940.35040.3722
Hunter Lab93.1608-6.484424.0547
CIE-Lab94.6488-1.522222.6569

#feefc4 color RGB value is (254,239,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101111 11000100
Octal 376 357 304
Decimal 254 239 196
Hex FE EF C4

RGB Percentages of Color #feefc4

%36.87
%34.69
%28.45

CMYK Percentages of Color #feefc4

%0
%6
%23
%0

Triadic Colors of #feefc4

#feefc4 #c4feef #efc4fe

Analogous Colors of #feefc4

#feefc4 #f0fec4 #fed2c4

Monochromatic Colors of #feefc4

#feefc4

Complementary Color

#feefc4 #c4d3fe

#feefc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feefc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feefc4 Color CSS Codes

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

#feefc4 Text Font Color

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

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


#feefc4 Background Color

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

This div background color is #feefc4


#feefc4 Border Color

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

This div border color is #feefc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feefc4


Comments

No comments written yet.

Please login to write comment.