Color Hex Logo

#feeaee Color Hex

#FEEAEE
(254,234,238)
0 Favorites   0 Comments

Color spaces of #feeaee

RGB 254234238
HSL0.970.910.96
HSV348°100°
CMYK 0.000.080.06   0.00
XYZ85.728586.089592.9875
Yxy86.08950.32370.3251
Hunter Lab92.78442.55305.5293
CIE-Lab94.35067.44550.5083

#feeaee color RGB value is (254,234,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101010 11101110
Octal 376 352 356
Decimal 254 234 238
Hex FE EA EE

RGB Percentages of Color #feeaee

%34.99
%32.23
%32.78

CMYK Percentages of Color #feeaee

%0
%8
%6
%0

Triadic Colors of #feeaee

#feeaee #eefeea #eaeefe

Analogous Colors of #feeaee

#feeaee #fef0ea #feeaf8

Monochromatic Colors of #feeaee

#feeaee

Complementary Color

#feeaee #eafefa

#feeaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feeaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#feeaee Color CSS Codes

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

#feeaee Text Font Color

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

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


#feeaee Background Color

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

This div background color is #feeaee


#feeaee Border Color

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

This div border color is #feeaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feeaee

Related Colors


Comments

No comments written yet.

Please login to write comment.