Color Hex Logo

#feebda Color Hex

#FEEBDA
(254,235,218)
0 Favorites   0 Comments

Color spaces of #feebda

RGB 254235218
HSL0.080.950.93
HSV28°14°100°
CMYK 0.000.070.14   0.00
XYZ83.236385.549478.4553
Yxy85.54940.33670.3460
Hunter Lab92.4929-1.226714.4535
CIE-Lab94.11943.714910.5594

#feebda color RGB value is (254,235,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101011 11011010
Octal 376 353 332
Decimal 254 235 218
Hex FE EB DA

RGB Percentages of Color #feebda

%35.93
%33.24
%30.83

CMYK Percentages of Color #feebda

%0
%7
%14
%0

Triadic Colors of #feebda

#feebda #dafeeb #ebdafe

Analogous Colors of #feebda

#feebda #fefdda #fedadb

Monochromatic Colors of #feebda

#feebda

Complementary Color

#feebda #daedfe

#feebda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feebda Color Preview on White Background

Lorem ipsum dolor sit amet.

#feebda Color CSS Codes

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

#feebda Text Font Color

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

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


#feebda Background Color

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

This div background color is #feebda


#feebda Border Color

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

This div border color is #feebda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feebda

Related Colors


Comments

No comments written yet.

Please login to write comment.