Color Hex Logo

#feff8b Color Hex

#FEFF8B
(254,255,139)
0 Favorites   0 Comments

Color spaces of #feff8b

RGB 254255139
HSL0.171.000.77
HSV61°45°100°
CMYK 0.000.000.45   0.00
XYZ81.293394.454938.3731
Yxy94.45490.37970.4411
Hunter Lab97.1879-20.771744.6218
CIE-Lab97.8150-15.966254.9620

#feff8b color RGB value is (254,255,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111111 10001011
Octal 376 377 213
Decimal 254 255 139
Hex FE FF 8B

RGB Percentages of Color #feff8b

%39.20
%39.35
%21.45

CMYK Percentages of Color #feff8b

%0
%0
%45
%0

Triadic Colors of #feff8b

#feff8b #8bfeff #ff8bfe

Analogous Colors of #feff8b

#feff8b #c4ff8b #ffc68b

Monochromatic Colors of #feff8b

#feff8b

Complementary Color

#feff8b #8c8bff

#feff8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feff8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#feff8b Color CSS Codes

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

#feff8b Text Font Color

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

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


#feff8b Background Color

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

This div background color is #feff8b


#feff8b Border Color

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

This div border color is #feff8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feff8b

Related Colors


Comments

No comments written yet.

Please login to write comment.