Color Hex Logo

#fadeec Color Hex

#FADEEC
(250,222,236)
0 Favorites   0 Comments

Color spaces of #fadeec

RGB 250222236
HSL0.920.740.93
HSV330°11°98°
CMYK 0.000.110.06   0.02
XYZ80.685978.622790.2800
Yxy78.62270.32330.3150
Hunter Lab88.66947.25681.7017
CIE-Lab91.063311.9509-3.2996

#fadeec color RGB value is (250,222,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011110 11101100
Octal 372 336 354
Decimal 250 222 236
Hex FA DE EC

RGB Percentages of Color #fadeec

%35.31
%31.36
%33.33

CMYK Percentages of Color #fadeec

%0
%11
%6
%2

Triadic Colors of #fadeec

#fadeec #ecfade #deecfa

Analogous Colors of #fadeec

#fadeec #fadede #fadefa

Monochromatic Colors of #fadeec

#fadeec

Complementary Color

#fadeec #defaec

#fadeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadeec Color CSS Codes

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

#fadeec Text Font Color

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

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


#fadeec Background Color

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

This div background color is #fadeec


#fadeec Border Color

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

This div border color is #fadeec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,222,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadeec


Comments

No comments written yet.

Please login to write comment.