Color Hex Logo

#feeadb Color Hex

#FEEADB
(254,234,219)
0 Favorites   0 Comments

Color spaces of #feeadb

RGB 254234219
HSL0.070.950.93
HSV26°14°100°
CMYK 0.000.080.14   0.00
XYZ83.082185.030979.0516
Yxy85.03090.33610.3440
Hunter Lab92.2122-0.545013.7205
CIE-Lab93.89644.38029.7219

#feeadb color RGB value is (254,234,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101010 11011011
Octal 376 352 333
Decimal 254 234 219
Hex FE EA DB

RGB Percentages of Color #feeadb

%35.93
%33.10
%30.98

CMYK Percentages of Color #feeadb

%0
%8
%14
%0

Triadic Colors of #feeadb

#feeadb #dbfeea #eadbfe

Analogous Colors of #feeadb

#feeadb #fefcdb #fedbde

Monochromatic Colors of #feeadb

#feeadb

Complementary Color

#feeadb #dbeffe

#feeadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feeadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#feeadb Color CSS Codes

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

#feeadb Text Font Color

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

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


#feeadb Background Color

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

This div background color is #feeadb


#feeadb Border Color

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

This div border color is #feeadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feeadb

#feeadb Color Palettes


Comments

No comments written yet.

Please login to write comment.