Color Hex Logo

#fffeee Color Hex

#FFFEEE
(255,254,238)
0 Favorites   0 Comments

Color spaces of #fffeee

RGB 255254238
HSL0.161.000.97
HSV56°100°
CMYK 0.000.000.07   0.00
XYZ92.114498.316795.0110
Yxy98.31670.32270.3444
Hunter Lab99.1548-7.695112.5961
CIE-Lab99.3454-2.37487.7536

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

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

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

Base Numbers

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

RGB Percentages of Color #fffeee

%34.14
%34.00
%31.86

CMYK Percentages of Color #fffeee

%0
%0
%7
%0

Triadic Colors of #fffeee

#fffeee #eefffe #feeeff

Analogous Colors of #fffeee

#fffeee #f8ffee #fff6ee

Monochromatic Colors of #fffeee

#fffeee

Complementary Color

#fffeee #eeefff

#fffeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffeee Color CSS Codes

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

#fffeee Text Font Color

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

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


#fffeee Background Color

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

This div background color is #fffeee


#fffeee Border Color

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

This div border color is #fffeee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,254,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 #fffeee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffeee

Related Colors


Comments

No comments written yet.

Please login to write comment.