Color Hex Logo

#feecdc Color Hex

#FEECDC
(254,236,220)
0 Favorites   0 Comments

Color spaces of #feecdc

RGB 254236220
HSL0.080.940.93
HSV28°13°100°
CMYK 0.000.070.13   0.00
XYZ83.786886.229079.9380
Yxy86.22900.33520.3450
Hunter Lab92.8596-1.444513.9620
CIE-Lab94.41023.51369.9383

#feecdc color RGB value is (254,236,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101100 11011100
Octal 376 354 334
Decimal 254 236 220
Hex FE EC DC

RGB Percentages of Color #feecdc

%35.77
%33.24
%30.99

CMYK Percentages of Color #feecdc

%0
%7
%13
%0

Triadic Colors of #feecdc

#feecdc #dcfeec #ecdcfe

Analogous Colors of #feecdc

#feecdc #fefddc #fedcdd

Monochromatic Colors of #feecdc

#feecdc

Complementary Color

#feecdc #dceefe

#feecdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feecdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#feecdc Color CSS Codes

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

#feecdc Text Font Color

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

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


#feecdc Background Color

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

This div background color is #feecdc


#feecdc Border Color

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

This div border color is #feecdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,236,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #feecdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feecdc

Related Colors


Comments

No comments written yet.

Please login to write comment.