Color Hex Logo

#feffb0 Color Hex

#FEFFB0
(254,255,176)
1 Favorites   0 Comments

Color spaces of #feffb0

RGB 254255176
HSL0.171.000.85
HSV61°31°100°
CMYK 0.000.000.31   0.00
XYZ84.469595.725455.0991
Yxy95.72540.35900.4068
Hunter Lab97.8394-17.111135.0979
CIE-Lab98.3230-12.053537.7320

#feffb0 color RGB value is (254,255,176).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111111 10110000
Octal 376 377 260
Decimal 254 255 176
Hex FE FF B0

RGB Percentages of Color #feffb0

%37.08
%37.23
%25.69

CMYK Percentages of Color #feffb0

%0
%0
%31
%0

Triadic Colors of #feffb0

#feffb0 #b0feff #ffb0fe

Analogous Colors of #feffb0

#feffb0 #d7ffb0 #ffd9b0

Monochromatic Colors of #feffb0

#feffb0

Complementary Color

#feffb0 #b1b0ff

#feffb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feffb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feffb0 Color CSS Codes

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

#feffb0 Text Font Color

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

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


#feffb0 Background Color

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

This div background color is #feffb0


#feffb0 Border Color

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

This div border color is #feffb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feffb0

Related Colors


Comments

No comments written yet.

Please login to write comment.