Color Hex Logo

#feebde Color Hex

#FEEBDE
(254,235,222)
0 Favorites   0 Comments

Color spaces of #feebde

RGB 254235222
HSL0.070.940.93
HSV24°13°100°
CMYK 0.000.070.13   0.00
XYZ83.766285.761481.2459
Yxy85.76140.33400.3420
Hunter Lab92.6075-0.604512.8092
CIE-Lab94.21024.33618.6149

#feebde color RGB value is (254,235,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101011 11011110
Octal 376 353 336
Decimal 254 235 222
Hex FE EB DE

RGB Percentages of Color #feebde

%35.72
%33.05
%31.22

CMYK Percentages of Color #feebde

%0
%7
%13
%0

Triadic Colors of #feebde

#feebde #defeeb #ebdefe

Analogous Colors of #feebde

#feebde #fefbde #fedee1

Monochromatic Colors of #feebde

#feebde

Complementary Color

#feebde #def1fe

#feebde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feebde Color Preview on White Background

Lorem ipsum dolor sit amet.

#feebde Color CSS Codes

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

#feebde Text Font Color

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

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


#feebde Background Color

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

This div background color is #feebde


#feebde Border Color

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

This div border color is #feebde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feebde

Related Colors


Comments

No comments written yet.

Please login to write comment.