Color Hex Logo

#fffebf Color Hex

#FFFEBF
(255,254,191)
0 Favorites   0 Comments

Color spaces of #fffebf

RGB 255254191
HSL0.161.000.87
HSV59°25°100°
CMYK 0.000.000.25   0.00
XYZ86.085895.905263.2646
Yxy95.90520.35100.3910
Hunter Lab97.9312-14.470330.2499
CIE-Lab98.3946-9.315130.3420

#fffebf color RGB value is (255,254,191).

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

The process color (four color CMYK) of #fffebf color hex is 0.00, 0.00, 0.25, 0.00. Web safe color of #fffebf is #ffffcc. Color #fffebf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111110 10111111
Octal 377 376 277
Decimal 255 254 191
Hex FF FE BF

RGB Percentages of Color #fffebf

%36.43
%36.29
%27.29

CMYK Percentages of Color #fffebf

%0
%0
%25
%0

Triadic Colors of #fffebf

#fffebf #bffffe #febfff

Analogous Colors of #fffebf

#fffebf #e0ffbf #ffdebf

Monochromatic Colors of #fffebf

#fffebf

Complementary Color

#fffebf #bfc0ff

#fffebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffebf Color CSS Codes

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

#fffebf Text Font Color

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

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


#fffebf Background Color

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

This div background color is #fffebf


#fffebf Border Color

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

This div border color is #fffebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffebf

Related Colors


Comments

No comments written yet.

Please login to write comment.