Color Hex Logo

#feebdb Color Hex

#FEEBDB
(254,235,219)
0 Favorites   0 Comments

Color spaces of #feebdb

RGB 254235219
HSL0.080.950.93
HSV27°14°100°
CMYK 0.000.070.14   0.00
XYZ83.367685.602079.1467
Yxy85.60200.33600.3450
Hunter Lab92.5213-1.072514.0458
CIE-Lab94.14193.869010.0731

#feebdb color RGB value is (254,235,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101011 11011011
Octal 376 353 333
Decimal 254 235 219
Hex FE EB DB

RGB Percentages of Color #feebdb

%35.88
%33.19
%30.93

CMYK Percentages of Color #feebdb

%0
%7
%14
%0

Triadic Colors of #feebdb

#feebdb #dbfeeb #ebdbfe

Analogous Colors of #feebdb

#feebdb #fefddb #fedbdd

Monochromatic Colors of #feebdb

#feebdb

Complementary Color

#feebdb #dbeefe

#feebdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feebdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#feebdb Color CSS Codes

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

#feebdb Text Font Color

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

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


#feebdb Background Color

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

This div background color is #feebdb


#feebdb Border Color

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

This div border color is #feebdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feebdb


Comments

No comments written yet.

Please login to write comment.