Color Hex Logo

#fedddc Color Hex

#FEDDDC
(254,221,220)
0 Favorites   0 Comments

Color spaces of #fedddc

RGB 254221220
HSL0.000.940.93
HSV13°100°
CMYK 0.000.130.13   0.00
XYZ79.647877.951078.5583
Yxy77.95100.33730.3301
Hunter Lab88.28996.52079.0480
CIE-Lab90.757511.22974.6847

#fedddc color RGB value is (254,221,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011101 11011100
Octal 376 335 334
Decimal 254 221 220
Hex FE DD DC

RGB Percentages of Color #fedddc

%36.55
%31.80
%31.65

CMYK Percentages of Color #fedddc

%0
%13
%13
%0

Triadic Colors of #fedddc

#fedddc #dcfedd #dddcfe

Analogous Colors of #fedddc

#fedddc #feeedc #fedcec

Monochromatic Colors of #fedddc

#fedddc

Complementary Color

#fedddc #dcfdfe

#fedddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedddc Color CSS Codes

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

#fedddc Text Font Color

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

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


#fedddc Background Color

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

This div background color is #fedddc


#fedddc Border Color

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

This div border color is #fedddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedddc


Comments

No comments written yet.

Please login to write comment.