Color Hex Logo

#fefffa Color Hex

#FEFFFA
(254,255,250)
0 Favorites   0 Comments

Color spaces of #fefffa

RGB 254255250
HSL0.201.000.99
HSV72°100°
CMYK 0.000.000.02   0.00
XYZ93.888499.4930104.6981
Yxy99.49300.31500.3338
Hunter Lab99.7462-6.53867.5889
CIE-Lab99.8036-1.19352.2573

#fefffa color RGB value is (254,255,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111111 11111010
Octal 376 377 372
Decimal 254 255 250
Hex FE FF FA

RGB Percentages of Color #fefffa

%33.47
%33.60
%32.94

CMYK Percentages of Color #fefffa

%0
%0
%2
%0

Triadic Colors of #fefffa

#fefffa #fafeff #fffafe

Analogous Colors of #fefffa

#fefffa #fcfffa #fffefa

Monochromatic Colors of #fefffa

#fefffa

Complementary Color

#fefffa #fbfaff

#fefffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefffa Color CSS Codes

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

#fefffa Text Font Color

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

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


#fefffa Background Color

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

This div background color is #fefffa


#fefffa Border Color

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

This div border color is #fefffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefffa

Related Colors


Comments

No comments written yet.

Please login to write comment.