Color Hex Logo

#feefe4 Color Hex

#FEEFE4
(254,239,228)
0 Favorites   0 Comments

Color spaces of #feefe4

RGB 254239228
HSL0.070.930.95
HSV25°10°100°
CMYK 0.000.060.10   0.00
XYZ85.743188.405385.9436
Yxy88.40530.32970.3399
Hunter Lab94.0241-1.763211.6223
CIE-Lab95.33133.24577.1169

#feefe4 color RGB value is (254,239,228).

#feefe4 hex color red value is 254, green value is 239 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #feefe4 hue: 0.07 , saturation: 0.93 and the lightness value of feefe4 is 0.95.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101111 11100100
Octal 376 357 344
Decimal 254 239 228
Hex FE EF E4

RGB Percentages of Color #feefe4

%35.23
%33.15
%31.62

CMYK Percentages of Color #feefe4

%0
%6
%10
%0

Triadic Colors of #feefe4

#feefe4 #e4feef #efe4fe

Analogous Colors of #feefe4

#feefe4 #fefce4 #fee4e6

Monochromatic Colors of #feefe4

#feefe4

Complementary Color

#feefe4 #e4f3fe

#feefe4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feefe4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feefe4 Color CSS Codes

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

#feefe4 Text Font Color

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

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


#feefe4 Background Color

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

This div background color is #feefe4


#feefe4 Border Color

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

This div border color is #feefe4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feefe4


Comments

No comments written yet.

Please login to write comment.