Color Hex Logo

#fffeb1 Color Hex

#FFFEB1
(255,254,177)
0 Favorites   0 Comments

Color spaces of #fffeb1

RGB 255254177
HSL0.161.000.85
HSV59°31°100°
CMYK 0.000.000.31   0.00
XYZ84.617695.317955.5334
Yxy95.31790.35940.4048
Hunter Lab97.6309-16.146434.6169
CIE-Lab98.1606-11.072537.0342

#fffeb1 color RGB value is (255,254,177).

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

The process color (four color CMYK) of #fffeb1 color hex is 0.00, 0.00, 0.31, 0.00. Web safe color of #fffeb1 is #ffff99. Color #fffeb1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111110 10110001
Octal 377 376 261
Decimal 255 254 177
Hex FF FE B1

RGB Percentages of Color #fffeb1

%37.17
%37.03
%25.80

CMYK Percentages of Color #fffeb1

%0
%0
%31
%0

Triadic Colors of #fffeb1

#fffeb1 #b1fffe #feb1ff

Analogous Colors of #fffeb1

#fffeb1 #d9ffb1 #ffd7b1

Monochromatic Colors of #fffeb1

#fffeb1

Complementary Color

#fffeb1 #b1b2ff

#fffeb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffeb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffeb1 Color CSS Codes

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

#fffeb1 Text Font Color

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

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


#fffeb1 Background Color

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

This div background color is #fffeb1


#fffeb1 Border Color

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

This div border color is #fffeb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffeb1

Related Colors


Comments

No comments written yet.

Please login to write comment.