Color Hex Logo

#fbdcfe Color Hex

#FBDCFE
(251,220,254)
1 Favorites   0 Comments

Color spaces of #fbdcfe

RGB 251220254
HSL0.820.940.93
HSV295°13°100°
CMYK 0.010.130.00   0.00
XYZ83.266378.8514104.5972
Yxy78.85140.31220.2956
Hunter Lab88.798311.9827-7.6800
CIE-Lab91.167016.4980-12.5700

#fbdcfe color RGB value is (251,220,254).

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

The process color (four color CMYK) of #fbdcfe color hex is 0.01, 0.13, 0.00, 0.00. Web safe color of #fbdcfe is #ffccff. Color #fbdcfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011100 11111110
Octal 373 334 376
Decimal 251 220 254
Hex FB DC FE

RGB Percentages of Color #fbdcfe

%34.62
%30.34
%35.03

CMYK Percentages of Color #fbdcfe

%1
%13
%0
%0

Triadic Colors of #fbdcfe

#fbdcfe #fefbdc #dcfefb

Analogous Colors of #fbdcfe

#fbdcfe #fedcf0 #eadcfe

Monochromatic Colors of #fbdcfe

#fbdcfe

Complementary Color

#fbdcfe #dffedc

#fbdcfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdcfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdcfe Color CSS Codes

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

#fbdcfe Text Font Color

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

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


#fbdcfe Background Color

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

This div background color is #fbdcfe


#fbdcfe Border Color

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

This div border color is #fbdcfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdcfe

Related Colors


Comments

No comments written yet.

Please login to write comment.