Color Hex Logo

#feecdb Color Hex

#FEECDB
(254,236,219)
0 Favorites   0 Comments

Color spaces of #feecdb

RGB 254236219
HSL0.080.950.93
HSV29°14°100°
CMYK 0.000.070.14   0.00
XYZ83.654786.176279.2424
Yxy86.17620.33590.3460
Hunter Lab92.8311-1.599414.3707
CIE-Lab94.38763.358710.4243

#feecdb color RGB value is (254,236,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101100 11011011
Octal 376 354 333
Decimal 254 236 219
Hex FE EC DB

RGB Percentages of Color #feecdb

%35.83
%33.29
%30.89

CMYK Percentages of Color #feecdb

%0
%7
%14
%0

Triadic Colors of #feecdb

#feecdb #dbfeec #ecdbfe

Analogous Colors of #feecdb

#feecdb #fefedb #fedbdc

Monochromatic Colors of #feecdb

#feecdb

Complementary Color

#feecdb #dbedfe

#feecdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feecdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#feecdb Color CSS Codes

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

#feecdb Text Font Color

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

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


#feecdb Background Color

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

This div background color is #feecdb


#feecdb Border Color

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

This div border color is #feecdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feecdb


Comments

No comments written yet.

Please login to write comment.