Color Hex Logo

#fee7db Color Hex

#FEE7DB
(254,231,219)
0 Favorites   0 Comments

Color spaces of #fee7db

RGB 254231219
HSL0.060.950.93
HSV21°14°100°
CMYK 0.000.090.14   0.00
XYZ82.235183.337178.7692
Yxy83.33710.33660.3411
Hunter Lab91.28921.040412.7438
CIE-Lab93.16185.91648.6697

#fee7db color RGB value is (254,231,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100111 11011011
Octal 376 347 333
Decimal 254 231 219
Hex FE E7 DB

RGB Percentages of Color #fee7db

%36.08
%32.81
%31.11

CMYK Percentages of Color #fee7db

%0
%9
%14
%0

Triadic Colors of #fee7db

#fee7db #dbfee7 #e7dbfe

Analogous Colors of #fee7db

#fee7db #fef9db #fedbe1

Monochromatic Colors of #fee7db

#fee7db

Complementary Color

#fee7db #dbf2fe

#fee7db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee7db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee7db Color CSS Codes

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

#fee7db Text Font Color

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

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


#fee7db Background Color

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

This div background color is #fee7db


#fee7db Border Color

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

This div border color is #fee7db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee7db


Comments

No comments written yet.

Please login to write comment.