Color Hex Logo

#fefbf7 Color Hex

#FEFBF7
(254,251,247)
4 Favorites   0 Comments

Color spaces of #fefbf7

RGB 254251247
HSL0.100.780.98
HSV34°100°
CMYK 0.000.010.03   0.00
XYZ92.158796.7806101.8189
Yxy96.78060.31700.3329
Hunter Lab98.3771-4.94307.4997
CIE-Lab98.74160.30742.2525

#fefbf7 color RGB value is (254,251,247).

#fefbf7 hex color red value is 254, green value is 251 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #fefbf7 hue: 0.10 , saturation: 0.78 and the lightness value of fefbf7 is 0.98.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111011 11110111
Octal 376 373 367
Decimal 254 251 247
Hex FE FB F7

RGB Percentages of Color #fefbf7

%33.78
%33.38
%32.85

CMYK Percentages of Color #fefbf7

%0
%1
%3
%0

Triadic Colors of #fefbf7

#fefbf7 #f7fefb #fbf7fe

Analogous Colors of #fefbf7

#fefbf7 #fefef7 #fef8f7

Monochromatic Colors of #fefbf7

#fefbf7

Complementary Color

#fefbf7 #f7fafe

#fefbf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefbf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefbf7 Color CSS Codes

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

#fefbf7 Text Font Color

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

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


#fefbf7 Background Color

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

This div background color is #fefbf7


#fefbf7 Border Color

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

This div border color is #fefbf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefbf7

Related Colors

#fefbf7 Color Palettes


Comments

No comments written yet.

Please login to write comment.