Color Hex Logo

#feeedb Color Hex

#FEEEDB
(254,238,219)
0 Favorites   0 Comments

Color spaces of #feeedb

RGB 254238219
HSL0.090.950.93
HSV33°14°100°
CMYK 0.000.060.14   0.00
XYZ84.233887.334479.4355
Yxy87.33440.33560.3479
Hunter Lab93.4529-2.651515.0202
CIE-Lab94.88002.339711.1272

#feeedb color RGB value is (254,238,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101110 11011011
Octal 376 356 333
Decimal 254 238 219
Hex FE EE DB

RGB Percentages of Color #feeedb

%35.72
%33.47
%30.80

CMYK Percentages of Color #feeedb

%0
%6
%14
%0

Triadic Colors of #feeedb

#feeedb #dbfeee #eedbfe

Analogous Colors of #feeedb

#feeedb #fdfedb #fedddb

Monochromatic Colors of #feeedb

#feeedb

Complementary Color

#feeedb #dbebfe

#feeedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feeedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#feeedb Color CSS Codes

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

#feeedb Text Font Color

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

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


#feeedb Background Color

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

This div background color is #feeedb


#feeedb Border Color

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

This div border color is #feeedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feeedb

Related Colors

#feeedb Color Palettes


Comments

No comments written yet.

Please login to write comment.