Color Hex Logo

#fedbe7 Color Hex

#FEDBE7
(254,219,231)
0 Favorites   0 Comments

Color spaces of #fedbe7

RGB 254219231
HSL0.940.950.93
HSV339°14°100°
CMYK 0.000.140.09   0.00
XYZ80.628477.503486.3114
Yxy77.50340.32980.3171
Hunter Lab88.03609.41743.4967
CIE-Lab90.552814.0389-1.3852

#fedbe7 color RGB value is (254,219,231).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011011 11100111
Octal 376 333 347
Decimal 254 219 231
Hex FE DB E7

RGB Percentages of Color #fedbe7

%36.08
%31.11
%32.81

CMYK Percentages of Color #fedbe7

%0
%14
%9
%0

Triadic Colors of #fedbe7

#fedbe7 #e7fedb #dbe7fe

Analogous Colors of #fedbe7

#fedbe7 #fee1db #fedbf9

Monochromatic Colors of #fedbe7

#fedbe7

Complementary Color

#fedbe7 #dbfef2

#fedbe7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedbe7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedbe7 Color CSS Codes

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

#fedbe7 Text Font Color

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

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


#fedbe7 Background Color

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

This div background color is #fedbe7


#fedbe7 Border Color

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

This div border color is #fedbe7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedbe7


Comments

No comments written yet.

Please login to write comment.