Color Hex Logo

#fdfefe Color Hex

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

Color spaces of #fdfefe

RGB 253254254
HSL0.500.330.99
HSV180°100°
CMYK 0.000.000.00   0.00
XYZ93.839298.9220107.9139
Yxy98.92200.31210.3290
Hunter Lab99.4595-5.64105.2918
CIE-Lab99.5817-0.3238-0.1261

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

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

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

Base Numbers

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

Shades of #fdfefe


Tints of #fdfefe

All tints are identical with #fdfefe

RGB Percentages of Color #fdfefe

%33.25
%33.38
%33.38

CMYK Percentages of Color #fdfefe

%0
%0
%0
%0

Triadic Colors of #fdfefe

#fdfefe #fefdfe #fefefd

Monochromatic Colors of #fdfefe

#fdfefe

Complementary Color

#fdfefe #fefdfd

#fdfefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfefe Color CSS Codes

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

#fdfefe Text Font Color

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

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


#fdfefe Background Color

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

This div background color is #fdfefe


#fdfefe Border Color

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

This div border color is #fdfefe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,254,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 #fdfefe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfefe

Related Colors


Comments

No comments written yet.

Please login to write comment.