Color Hex Logo

#feffff Color Hex

#FEFFFF
(254,255,255)
1 Favorites   1 Comments

Color spaces of #feffff

RGB 254255255
HSL0.501.001.00
HSV180°100°
CMYK 0.000.000.00   0.00
XYZ94.683199.8108108.8828
Yxy99.81080.31210.3290
Hunter Lab99.9054-5.66495.3160
CIE-Lab99.9268-0.3234-0.1261

#feffff color RGB value is (254,255,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111111 11111111
Octal 376 377 377
Decimal 254 255 255
Hex FE FF FF

Shades of #feffff


Tints of #feffff

All tints are identical with #feffff

RGB Percentages of Color #feffff

%33.25
%33.38
%33.38

CMYK Percentages of Color #feffff

%0
%0
%0
%0

Triadic Colors of #feffff

#feffff #fffeff #fffffe

Monochromatic Colors of #feffff

#feffff

Complementary Color

#feffff #fffefe

#feffff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feffff Color Preview on White Background

Lorem ipsum dolor sit amet.

#feffff Color CSS Codes

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

#feffff Text Font Color

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

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


#feffff Background Color

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

This div background color is #feffff


#feffff Border Color

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

This div border color is #feffff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feffff

Related Colors


Comments

20 Mar 2016, 21:05 jordimas96

Almost white

Please login to write comment.