Color Hex Logo

#feedea Color Hex

#FEEDEA
(254,237,234)
0 Favorites   0 Comments

Color spaces of #feedea

RGB 254237234
HSL0.030.910.96
HSV100°
CMYK 0.000.070.08   0.00
XYZ86.008587.579790.2133
Yxy87.57970.32600.3320
Hunter Lab93.58400.27868.3543
CIE-Lab94.98375.24213.5060

#feedea color RGB value is (254,237,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101101 11101010
Octal 376 355 352
Decimal 254 237 234
Hex FE ED EA

RGB Percentages of Color #feedea

%35.03
%32.69
%32.28

CMYK Percentages of Color #feedea

%0
%7
%8
%0

Triadic Colors of #feedea

#feedea #eafeed #edeafe

Analogous Colors of #feedea

#feedea #fef7ea #feeaf1

Monochromatic Colors of #feedea

#feedea

Complementary Color

#feedea #eafbfe

#feedea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feedea Color Preview on White Background

Lorem ipsum dolor sit amet.

#feedea Color CSS Codes

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

#feedea Text Font Color

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

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


#feedea Background Color

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

This div background color is #feedea


#feedea Border Color

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

This div border color is #feedea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feedea

Related Colors


Comments

No comments written yet.

Please login to write comment.