Color Hex Logo

#fadefe Color Hex

#FADEFE
(250,222,254)
0 Favorites   0 Comments

Color spaces of #fadefe

RGB 250222254
HSL0.810.940.93
HSV293°13°100°
CMYK 0.020.130.00   0.00
XYZ83.435079.7223104.7564
Yxy79.72230.31140.2976
Hunter Lab89.287310.5474-7.0609
CIE-Lab91.560115.1264-11.9923

#fadefe color RGB value is (250,222,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011110 11111110
Octal 372 336 376
Decimal 250 222 254
Hex FA DE FE

RGB Percentages of Color #fadefe

%34.44
%30.58
%34.99

CMYK Percentages of Color #fadefe

%2
%13
%0
%0

Triadic Colors of #fadefe

#fadefe #fefade #defefa

Analogous Colors of #fadefe

#fadefe #fedef2 #eadefe

Monochromatic Colors of #fadefe

#fadefe

Complementary Color

#fadefe #e2fede

#fadefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadefe Color CSS Codes

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

#fadefe Text Font Color

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

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


#fadefe Background Color

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

This div background color is #fadefe


#fadefe Border Color

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

This div border color is #fadefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadefe

Related Colors


Comments

No comments written yet.

Please login to write comment.