Color Hex Logo

#fef9db Color Hex

#FEF9DB
(254,249,219)
0 Favorites   0 Comments

Color spaces of #fef9db

RGB 254249219
HSL0.140.950.93
HSV51°14°100°
CMYK 0.000.020.14   0.00
XYZ87.534993.936780.5358
Yxy93.93670.33410.3585
Hunter Lab96.9209-8.398018.5780
CIE-Lab97.6065-3.218815.0006

#fef9db color RGB value is (254,249,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111001 11011011
Octal 376 371 333
Decimal 254 249 219
Hex FE F9 DB

RGB Percentages of Color #fef9db

%35.18
%34.49
%30.33

CMYK Percentages of Color #fef9db

%0
%2
%14
%0

Triadic Colors of #fef9db

#fef9db #dbfef9 #f9dbfe

Analogous Colors of #fef9db

#fef9db #f2fedb #fee8db

Monochromatic Colors of #fef9db

#fef9db

Complementary Color

#fef9db #dbe0fe

#fef9db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef9db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef9db Color CSS Codes

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

#fef9db Text Font Color

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

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


#fef9db Background Color

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

This div background color is #fef9db


#fef9db Border Color

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

This div border color is #fef9db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef9db

Related Colors

#fef9db Color Palettes


Comments

No comments written yet.

Please login to write comment.