Color Hex Logo

#feeae9 Color Hex

#FEEAE9
(254,234,233)
0 Favorites   0 Comments

Color spaces of #feeae9

RGB 254234233
HSL0.010.910.95
HSV100°
CMYK 0.000.080.08   0.00
XYZ85.003885.799789.1716
Yxy85.79970.32700.3300
Hunter Lab92.62811.70827.7622
CIE-Lab94.22666.61472.9265

#feeae9 color RGB value is (254,234,233).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101010 11101001
Octal 376 352 351
Decimal 254 234 233
Hex FE EA E9

RGB Percentages of Color #feeae9

%35.23
%32.45
%32.32

CMYK Percentages of Color #feeae9

%0
%8
%8
%0

Triadic Colors of #feeae9

#feeae9 #e9feea #eae9fe

Analogous Colors of #feeae9

#feeae9 #fef5e9 #fee9f3

Monochromatic Colors of #feeae9

#feeae9

Complementary Color

#feeae9 #e9fdfe

#feeae9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feeae9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feeae9 Color CSS Codes

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

#feeae9 Text Font Color

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

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


#feeae9 Background Color

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

This div background color is #feeae9


#feeae9 Border Color

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

This div border color is #feeae9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feeae9

Related Colors


Comments

No comments written yet.

Please login to write comment.