Color Hex Logo

#fef4db Color Hex

#FEF4DB
(254,244,219)
0 Favorites   0 Comments

Color spaces of #fef4db

RGB 254244219
HSL0.120.950.93
HSV43°14°100°
CMYK 0.000.040.14   0.00
XYZ86.009990.886780.0275
Yxy90.88670.33480.3537
Hunter Lab95.3345-5.794416.9638
CIE-Lab96.3634-0.702213.2386

#fef4db color RGB value is (254,244,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110100 11011011
Octal 376 364 333
Decimal 254 244 219
Hex FE F4 DB

RGB Percentages of Color #fef4db

%35.43
%34.03
%30.54

CMYK Percentages of Color #fef4db

%0
%4
%14
%0

Triadic Colors of #fef4db

#fef4db #dbfef4 #f4dbfe

Analogous Colors of #fef4db

#fef4db #f7fedb #fee3db

Monochromatic Colors of #fef4db

#fef4db

Complementary Color

#fef4db #dbe5fe

#fef4db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef4db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef4db Color CSS Codes

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

#fef4db Text Font Color

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

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


#fef4db Background Color

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

This div background color is #fef4db


#fef4db Border Color

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

This div border color is #fef4db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef4db


Comments

No comments written yet.

Please login to write comment.