Color Hex Logo

#fefefa Color Hex

#FEFEFA
(254,254,250)
2 Favorites   1 Comments

Color spaces of #fefefa

RGB 254254250
HSL0.170.670.99
HSV60°100°
CMYK 0.000.000.02   0.00
XYZ93.570298.8566104.5920
Yxy98.85660.31500.3328
Hunter Lab99.4267-6.01077.2285
CIE-Lab99.5562-0.69011.8974

#fefefa color RGB value is (254,254,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111110 11111010
Octal 376 376 372
Decimal 254 254 250
Hex FE FE FA

RGB Percentages of Color #fefefa

%33.51
%33.51
%32.98

CMYK Percentages of Color #fefefa

%0
%0
%2
%0

Triadic Colors of #fefefa

#fefefa #fafefe #fefafe

Analogous Colors of #fefefa

#fefefa #fcfefa #fefcfa

Monochromatic Colors of #fefefa

#fefefa

Complementary Color

#fefefa #fafafe

#fefefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefefa Color CSS Codes

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

#fefefa Text Font Color

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

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


#fefefa Background Color

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

This div background color is #fefefa


#fefefa Border Color

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

This div border color is #fefefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefefa

Related Colors


Comments

25 Feb 2021, 20:07 Zacapea

Fact: this is yellow.

Please login to write comment.