Color Hex Logo

#feeddb Color Hex

#FEEDDB
(254,237,219)
0 Favorites   0 Comments

Color spaces of #feeddb

RGB 254237219
HSL0.090.950.93
HSV31°14°100°
CMYK 0.000.070.14   0.00
XYZ83.943486.753779.3387
Yxy86.75370.33570.3470
Hunter Lab93.1417-2.125814.6955
CIE-Lab94.63372.848810.7757

#feeddb color RGB value is (254,237,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101101 11011011
Octal 376 355 333
Decimal 254 237 219
Hex FE ED DB

RGB Percentages of Color #feeddb

%35.77
%33.38
%30.85

CMYK Percentages of Color #feeddb

%0
%7
%14
%0

Triadic Colors of #feeddb

#feeddb #dbfeed #eddbfe

Analogous Colors of #feeddb

#feeddb #fefedb #fedcdb

Monochromatic Colors of #feeddb

#feeddb

Complementary Color

#feeddb #dbecfe

#feeddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feeddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#feeddb Color CSS Codes

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

#feeddb Text Font Color

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

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


#feeddb Background Color

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

This div background color is #feeddb


#feeddb Border Color

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

This div border color is #feeddb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,237,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 #feeddb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feeddb


Comments

No comments written yet.

Please login to write comment.