Color Hex Logo

#feeadf Color Hex

#FEEADF
(254,234,223)
0 Favorites   0 Comments

Color spaces of #feeadf

RGB 254234223
HSL0.060.940.94
HSV21°12°100°
CMYK 0.000.080.12   0.00
XYZ83.615285.244281.8588
Yxy85.24420.33350.3400
Hunter Lab92.32780.082112.0623
CIE-Lab93.98825.00487.7772

#feeadf color RGB value is (254,234,223).

#feeadf hex color red value is 254, green value is 234 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #feeadf hue: 0.06 , saturation: 0.94 and the lightness value of feeadf is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101010 11011111
Octal 376 352 337
Decimal 254 234 223
Hex FE EA DF

RGB Percentages of Color #feeadf

%35.72
%32.91
%31.36

CMYK Percentages of Color #feeadf

%0
%8
%12
%0

Triadic Colors of #feeadf

#feeadf #dffeea #eadffe

Analogous Colors of #feeadf

#feeadf #fefadf #fedfe4

Monochromatic Colors of #feeadf

#feeadf

Complementary Color

#feeadf #dff3fe

#feeadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feeadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#feeadf Color CSS Codes

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

#feeadf Text Font Color

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

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


#feeadf Background Color

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

This div background color is #feeadf


#feeadf Border Color

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

This div border color is #feeadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feeadf

Related Colors


Comments

No comments written yet.

Please login to write comment.