Color Hex Logo

#fffee3 Color Hex

#FFFEE3
(255,254,227)
0 Favorites   0 Comments

Color spaces of #fffee3

RGB 255254227
HSL0.161.000.95
HSV58°11°100°
CMYK 0.000.000.11   0.00
XYZ90.546997.689786.7567
Yxy97.68970.32930.3552
Hunter Lab98.8381-9.440417.1439
CIE-Lab99.0997-4.138413.0330

#fffee3 color RGB value is (255,254,227).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111110 11100011
Octal 377 376 343
Decimal 255 254 227
Hex FF FE E3

RGB Percentages of Color #fffee3

%34.65
%34.51
%30.84

CMYK Percentages of Color #fffee3

%0
%0
%11
%0

Triadic Colors of #fffee3

#fffee3 #e3fffe #fee3ff

Analogous Colors of #fffee3

#fffee3 #f2ffe3 #fff0e3

Monochromatic Colors of #fffee3

#fffee3

Complementary Color

#fffee3 #e3e4ff

#fffee3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffee3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffee3 Color CSS Codes

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

#fffee3 Text Font Color

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

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


#fffee3 Background Color

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

This div background color is #fffee3


#fffee3 Border Color

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

This div border color is #fffee3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffee3

Related Colors


Comments

No comments written yet.

Please login to write comment.