Color Hex Logo

#fedbe8 Color Hex

#FEDBE8
(254,219,232)
0 Favorites   0 Comments

Color spaces of #fedbe8

RGB 254219232
HSL0.940.950.93
HSV338°14°100°
CMYK 0.000.140.09   0.00
XYZ80.770177.560187.0575
Yxy77.56010.32920.3161
Hunter Lab88.06829.58853.0382
CIE-Lab90.578814.2040-1.8723

#fedbe8 color RGB value is (254,219,232).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011011 11101000
Octal 376 333 350
Decimal 254 219 232
Hex FE DB E8

RGB Percentages of Color #fedbe8

%36.03
%31.06
%32.91

CMYK Percentages of Color #fedbe8

%0
%14
%9
%0

Triadic Colors of #fedbe8

#fedbe8 #e8fedb #dbe8fe

Analogous Colors of #fedbe8

#fedbe8 #fee0db #fedbfa

Monochromatic Colors of #fedbe8

#fedbe8

Complementary Color

#fedbe8 #dbfef1

#fedbe8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedbe8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedbe8 Color CSS Codes

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

#fedbe8 Text Font Color

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

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


#fedbe8 Background Color

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

This div background color is #fedbe8


#fedbe8 Border Color

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

This div border color is #fedbe8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedbe8


Comments

No comments written yet.

Please login to write comment.