Color Hex Logo

#fbdfef Color Hex

#FBDFEF
(251,223,239)
0 Favorites   0 Comments

Color spaces of #fbdfef

RGB 251223239
HSL0.900.780.93
HSV326°11°98°
CMYK 0.000.110.05   0.02
XYZ81.751379.516692.7008
Yxy79.51660.32190.3131
Hunter Lab89.17217.59430.7842
CIE-Lab91.467512.2833-4.2673

#fbdfef color RGB value is (251,223,239).

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

The process color (four color CMYK) of #fbdfef color hex is 0.00, 0.11, 0.05, 0.02. Web safe color of #fbdfef is #ffccff. Color #fbdfef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011111 11101111
Octal 373 337 357
Decimal 251 223 239
Hex FB DF EF

RGB Percentages of Color #fbdfef

%35.20
%31.28
%33.52

CMYK Percentages of Color #fbdfef

%0
%11
%5
%2

Triadic Colors of #fbdfef

#fbdfef #effbdf #dfeffb

Analogous Colors of #fbdfef

#fbdfef #fbdfe1 #f9dffb

Monochromatic Colors of #fbdfef

#fbdfef

Complementary Color

#fbdfef #dffbeb

#fbdfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdfef Color CSS Codes

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

#fbdfef Text Font Color

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

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


#fbdfef Background Color

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

This div background color is #fbdfef


#fbdfef Border Color

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

This div border color is #fbdfef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,223,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 #fbdfef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdfef

Related Colors


Comments

No comments written yet.

Please login to write comment.