Color Hex Logo

#fefdfe Color Hex

#FEFDFE
(254,253,254)
2 Favorites   0 Comments

Color spaces of #fefdfe

RGB 254253254
HSL0.830.330.99
HSV300°100°
CMYK 0.000.000.00   0.00
XYZ93.887798.4771107.8255
Yxy98.47710.31280.3280
Hunter Lab99.2356-4.78195.0428
CIE-Lab99.40810.5100-0.3709

#fefdfe color RGB value is (254,253,254).

#fefdfe hex color red value is 254, green value is 253 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #fefdfe hue: 0.83 , saturation: 0.33 and the lightness value of fefdfe is 0.99.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111101 11111110
Octal 376 375 376
Decimal 254 253 254
Hex FE FD FE

Shades of #fefdfe


Tints of #fefdfe

All tints are identical with #fefdfe

RGB Percentages of Color #fefdfe

%33.38
%33.25
%33.38

CMYK Percentages of Color #fefdfe

%0
%0
%0
%0

Triadic Colors of #fefdfe

#fefdfe #fefefd #fdfefe

Monochromatic Colors of #fefdfe

#fefdfe

Complementary Color

#fefdfe #fdfefd

#fefdfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefdfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefdfe Color CSS Codes

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

#fefdfe Text Font Color

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

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


#fefdfe Background Color

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

This div background color is #fefdfe


#fefdfe Border Color

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

This div border color is #fefdfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefdfe

Related Colors

#fefdfe Color Palettes


Comments

No comments written yet.

Please login to write comment.