Color Hex Logo

#feebdc Color Hex

#FEEBDC
(254,235,220)
0 Favorites   0 Comments

Color spaces of #feebdc

RGB 254235220
HSL0.070.940.93
HSV26°13°100°
CMYK 0.000.070.13   0.00
XYZ83.499685.654879.8423
Yxy85.65480.33530.3440
Hunter Lab92.5499-0.917513.6357
CIE-Lab94.16464.02399.5869

#feebdc color RGB value is (254,235,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101011 11011100
Octal 376 353 334
Decimal 254 235 220
Hex FE EB DC

RGB Percentages of Color #feebdc

%35.83
%33.15
%31.03

CMYK Percentages of Color #feebdc

%0
%7
%13
%0

Triadic Colors of #feebdc

#feebdc #dcfeeb #ebdcfe

Analogous Colors of #feebdc

#feebdc #fefcdc #fedcde

Monochromatic Colors of #feebdc

#feebdc

Complementary Color

#feebdc #dceffe

#feebdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feebdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#feebdc Color CSS Codes

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

#feebdc Text Font Color

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

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


#feebdc Background Color

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

This div background color is #feebdc


#feebdc Border Color

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

This div border color is #feebdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feebdc

#feebdc Color Palettes


Comments

No comments written yet.

Please login to write comment.