Color Hex Logo

#fefeed Color Hex

#FEFEED
(254,254,237)
0 Favorites   0 Comments

Color spaces of #fefeed

RGB 254254237
HSL0.170.890.96
HSV60°100°
CMYK 0.000.000.07   0.00
XYZ91.600998.068994.2221
Yxy98.06890.32270.3454
Hunter Lab99.0297-8.192512.9092
CIE-Lab99.2484-2.87798.1168

#fefeed color RGB value is (254,254,237).

#fefeed hex color red value is 254, green value is 254 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #fefeed hue: 0.17 , saturation: 0.89 and the lightness value of fefeed is 0.96.

The process color (four color CMYK) of #fefeed color hex is 0.00, 0.00, 0.07, 0.00. Web safe color of #fefeed is #ffffff. Color #fefeed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111110 11101101
Octal 376 376 355
Decimal 254 254 237
Hex FE FE ED

RGB Percentages of Color #fefeed

%34.09
%34.09
%31.81

CMYK Percentages of Color #fefeed

%0
%0
%7
%0

Triadic Colors of #fefeed

#fefeed #edfefe #feedfe

Analogous Colors of #fefeed

#fefeed #f6feed #fef6ed

Monochromatic Colors of #fefeed

#fefeed

Complementary Color

#fefeed #ededfe

#fefeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefeed Color CSS Codes

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

#fefeed Text Font Color

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

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


#fefeed Background Color

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

This div background color is #fefeed


#fefeed Border Color

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

This div border color is #fefeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefeed

Related Colors

#fefeed Color Palettes


Comments

No comments written yet.

Please login to write comment.