Color Hex Logo

#feeeff Color Hex

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

Color spaces of #feeeff

RGB 254238255
HSL0.821.000.97
HSV296°100°
CMYK 0.000.070.00   0.00
XYZ89.497689.4399107.1543
Yxy89.43990.31280.3126
Hunter Lab94.57273.4189-0.9769
CIE-Lab95.76408.3321-6.2394

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

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

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

Base Numbers

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

RGB Percentages of Color #feeeff

%34.00
%31.86
%34.14

CMYK Percentages of Color #feeeff

%0
%7
%0
%0

Triadic Colors of #feeeff

#feeeff #fffeee #eefffe

Analogous Colors of #feeeff

#feeeff #ffeef8 #f6eeff

Monochromatic Colors of #feeeff

#feeeff

Complementary Color

#feeeff #efffee

#feeeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feeeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#feeeff Color CSS Codes

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

#feeeff Text Font Color

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

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


#feeeff Background Color

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

This div background color is #feeeff


#feeeff Border Color

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

This div border color is #feeeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feeeff

Related Colors

#feeeff Color Palettes


Comments

No comments written yet.

Please login to write comment.