Color Hex Logo

#fadcfe Color Hex

#FADCFE
(250,220,254)
0 Favorites   0 Comments

Color spaces of #fadcfe

RGB 250220254
HSL0.810.940.93
HSV293°13°100°
CMYK 0.020.130.00   0.00
XYZ82.906978.6661104.5803
Yxy78.66610.31150.2956
Hunter Lab88.693911.6391-7.8240
CIE-Lab91.083016.1707-12.7042

#fadcfe color RGB value is (250,220,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011100 11111110
Octal 372 334 376
Decimal 250 220 254
Hex FA DC FE

RGB Percentages of Color #fadcfe

%34.53
%30.39
%35.08

CMYK Percentages of Color #fadcfe

%2
%13
%0
%0

Triadic Colors of #fadcfe

#fadcfe #fefadc #dcfefa

Analogous Colors of #fadcfe

#fadcfe #fedcf1 #e9dcfe

Monochromatic Colors of #fadcfe

#fadcfe

Complementary Color

#fadcfe #e0fedc

#fadcfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadcfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadcfe Color CSS Codes

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

#fadcfe Text Font Color

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

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


#fadcfe Background Color

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

This div background color is #fadcfe


#fadcfe Border Color

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

This div border color is #fadcfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadcfe

Related Colors


Comments

No comments written yet.

Please login to write comment.