Color Hex Logo

#fadeef Color Hex

#FADEEF
(250,222,239)
0 Favorites   0 Comments

Color spaces of #fadeef

RGB 250222239
HSL0.900.740.93
HSV324°11°98°
CMYK 0.000.110.04   0.02
XYZ81.125678.798592.5952
Yxy78.79850.32130.3120
Hunter Lab88.76857.78630.2921
CIE-Lab91.143012.4657-4.7547

#fadeef color RGB value is (250,222,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011110 11101111
Octal 372 336 357
Decimal 250 222 239
Hex FA DE EF

RGB Percentages of Color #fadeef

%35.16
%31.22
%33.61

CMYK Percentages of Color #fadeef

%0
%11
%4
%2

Triadic Colors of #fadeef

#fadeef #effade #deeffa

Analogous Colors of #fadeef

#fadeef #fadee1 #f7defa

Monochromatic Colors of #fadeef

#fadeef

Complementary Color

#fadeef #defae9

#fadeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadeef Color CSS Codes

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

#fadeef Text Font Color

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

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


#fadeef Background Color

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

This div background color is #fadeef


#fadeef Border Color

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

This div border color is #fadeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadeef


Comments

No comments written yet.

Please login to write comment.