Color Hex Logo

#fefdee Color Hex

#FEFDEE
(254,253,238)
0 Favorites   0 Comments

Color spaces of #fefdee

RGB 254253238
HSL0.160.890.96
HSV56°100°
CMYK 0.000.000.06   0.00
XYZ91.430997.494494.8883
Yxy97.49440.32220.3435
Hunter Lab98.7393-7.505712.1399
CIE-Lab99.0230-2.21177.2799

#fefdee color RGB value is (254,253,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111101 11101110
Octal 376 375 356
Decimal 254 253 238
Hex FE FD EE

RGB Percentages of Color #fefdee

%34.09
%33.96
%31.95

CMYK Percentages of Color #fefdee

%0
%0
%6
%0

Triadic Colors of #fefdee

#fefdee #eefefd #fdeefe

Analogous Colors of #fefdee

#fefdee #f7feee #fef5ee

Monochromatic Colors of #fefdee

#fefdee

Complementary Color

#fefdee #eeeffe

#fefdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefdee Color CSS Codes

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

#fefdee Text Font Color

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

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


#fefdee Background Color

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

This div background color is #fefdee


#fefdee Border Color

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

This div border color is #fefdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefdee

Related Colors


Comments

No comments written yet.

Please login to write comment.