Color Hex Logo

#feeae5 Color Hex

#FEEAE5
(254,234,229)
0 Favorites   0 Comments

Color spaces of #feeae5

RGB 254234229
HSL0.030.930.95
HSV12°10°100°
CMYK 0.000.080.10   0.00
XYZ84.438785.573686.1957
Yxy85.57360.32960.3340
Hunter Lab92.50601.04789.5087
CIE-Lab94.12975.96264.8646

#feeae5 color RGB value is (254,234,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101010 11100101
Octal 376 352 345
Decimal 254 234 229
Hex FE EA E5

RGB Percentages of Color #feeae5

%35.43
%32.64
%31.94

CMYK Percentages of Color #feeae5

%0
%8
%10
%0

Triadic Colors of #feeae5

#feeae5 #e5feea #eae5fe

Analogous Colors of #feeae5

#feeae5 #fef7e5 #fee5ed

Monochromatic Colors of #feeae5

#feeae5

Complementary Color

#feeae5 #e5f9fe

#feeae5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feeae5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feeae5 Color CSS Codes

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

#feeae5 Text Font Color

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

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


#feeae5 Background Color

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

This div background color is #feeae5


#feeae5 Border Color

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

This div border color is #feeae5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feeae5


Comments

No comments written yet.

Please login to write comment.