Color Hex Logo

#feffee Color Hex

#FEFFEE
(254,255,238)
1 Favorites   0 Comments

Color spaces of #feffee

RGB 254255238
HSL0.181.000.97
HSV64°100°
CMYK 0.000.000.07   0.00
XYZ92.065798.763995.0999
Yxy98.76390.32200.3454
Hunter Lab99.3800-8.552612.8295
CIE-Lab99.5201-3.21477.9951

#feffee color RGB value is (254,255,238).

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

The process color (four color CMYK) of #feffee color hex is 0.00, 0.00, 0.07, 0.00. Web safe color of #feffee is #ffffff. Color #feffee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111111 11101110
Octal 376 377 356
Decimal 254 255 238
Hex FE FF EE

RGB Percentages of Color #feffee

%34.00
%34.14
%31.86

CMYK Percentages of Color #feffee

%0
%0
%7
%0

Triadic Colors of #feffee

#feffee #eefeff #ffeefe

Analogous Colors of #feffee

#feffee #f6ffee #fff8ee

Monochromatic Colors of #feffee

#feffee

Complementary Color

#feffee #efeeff

#feffee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feffee Color Preview on White Background

Lorem ipsum dolor sit amet.

#feffee Color CSS Codes

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

#feffee Text Font Color

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

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


#feffee Background Color

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

This div background color is #feffee


#feffee Border Color

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

This div border color is #feffee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feffee

Related Colors


Comments

No comments written yet.

Please login to write comment.