Color Hex Logo

#fbdfe3 Color Hex

#FBDFE3
(251,223,227)
0 Favorites   0 Comments

Color spaces of #fbdfe3

RGB 251223227
HSL0.980.780.93
HSV351°11°98°
CMYK 0.000.110.10   0.02
XYZ80.036578.830683.6705
Yxy78.83060.33000.3250
Hunter Lab88.78665.53196.2771
CIE-Lab91.157610.27101.5649

#fbdfe3 color RGB value is (251,223,227).

#fbdfe3 hex color red value is 251, green value is 223 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #fbdfe3 hue: 0.98 , saturation: 0.78 and the lightness value of fbdfe3 is 0.93.

The process color (four color CMYK) of #fbdfe3 color hex is 0.00, 0.11, 0.10, 0.02. Web safe color of #fbdfe3 is #ffcccc. Color #fbdfe3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011111 11100011
Octal 373 337 343
Decimal 251 223 227
Hex FB DF E3

RGB Percentages of Color #fbdfe3

%35.81
%31.81
%32.38

CMYK Percentages of Color #fbdfe3

%0
%11
%10
%2

Triadic Colors of #fbdfe3

#fbdfe3 #e3fbdf #dfe3fb

Analogous Colors of #fbdfe3

#fbdfe3 #fbe9df #fbdff1

Monochromatic Colors of #fbdfe3

#fbdfe3

Complementary Color

#fbdfe3 #dffbf7

#fbdfe3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdfe3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdfe3 Color CSS Codes

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

#fbdfe3 Text Font Color

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

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


#fbdfe3 Background Color

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

This div background color is #fbdfe3


#fbdfe3 Border Color

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

This div border color is #fbdfe3


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(251,223,227, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fbdfe3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fbdfe3;
  -webkit-box-shadow: 1px 1px 3px 2px #fbdfe3;
  box-shadow:         1px 1px 3px 2px #fbdfe3; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,223,227, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdfe3


Comments

No comments written yet.

Please login to write comment.