Color Hex Logo

#fedbef Color Hex

#FEDBEF
(254,219,239)
0 Favorites   0 Comments

Color spaces of #fedbef

RGB 254219239
HSL0.900.950.93
HSV326°14°100°
CMYK 0.000.140.06   0.00
XYZ81.784677.965992.3998
Yxy77.96590.32430.3092
Hunter Lab88.298310.8102-0.2352
CIE-Lab90.764315.3788-5.2743

#fedbef color RGB value is (254,219,239).

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

The process color (four color CMYK) of #fedbef color hex is 0.00, 0.14, 0.06, 0.00. Web safe color of #fedbef is #ffccff. Color #fedbef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011011 11101111
Octal 376 333 357
Decimal 254 219 239
Hex FE DB EF

RGB Percentages of Color #fedbef

%35.67
%30.76
%33.57

CMYK Percentages of Color #fedbef

%0
%14
%6
%0

Triadic Colors of #fedbef

#fedbef #effedb #dbeffe

Analogous Colors of #fedbef

#fedbef #fedbde #fcdbfe

Monochromatic Colors of #fedbef

#fedbef

Complementary Color

#fedbef #dbfeea

#fedbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedbef Color CSS Codes

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

#fedbef Text Font Color

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

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


#fedbef Background Color

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

This div background color is #fedbef


#fedbef Border Color

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

This div border color is #fedbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedbef


Comments

No comments written yet.

Please login to write comment.