Color Hex Logo

#fadaec Color Hex

#FADAEC
(250,218,236)
0 Favorites   0 Comments

Color spaces of #fadaec

RGB 250218236
HSL0.910.760.92
HSV326°13°98°
CMYK 0.000.130.06   0.02
XYZ79.636176.522989.9300
Yxy76.52290.32360.3110
Hunter Lab87.47749.41430.2818
CIE-Lab90.101614.0341-4.7147

#fadaec color RGB value is (250,218,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011010 11101100
Octal 372 332 354
Decimal 250 218 236
Hex FA DA EC

RGB Percentages of Color #fadaec

%35.51
%30.97
%33.52

CMYK Percentages of Color #fadaec

%0
%13
%6
%2

Triadic Colors of #fadaec

#fadaec #ecfada #daecfa

Analogous Colors of #fadaec

#fadaec #fadadc #f8dafa

Monochromatic Colors of #fadaec

#fadaec

Complementary Color

#fadaec #dafae8

#fadaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadaec Color CSS Codes

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

#fadaec Text Font Color

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

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


#fadaec Background Color

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

This div background color is #fadaec


#fadaec Border Color

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

This div border color is #fadaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadaec


Comments

No comments written yet.

Please login to write comment.