Color Hex Logo

#fadcef Color Hex

#FADCEF
(250,220,239)
0 Favorites   0 Comments

Color spaces of #fadcef

RGB 250220239
HSL0.890.750.92
HSV322°12°98°
CMYK 0.000.120.04   0.02
XYZ80.597577.742492.4192
Yxy77.74240.32140.3100
Hunter Lab88.17178.8660-0.4261
CIE-Lab90.662213.5068-5.4636

#fadcef color RGB value is (250,220,239).

#fadcef hex color red value is 250, green value is 220 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #fadcef hue: 0.89 , saturation: 0.75 and the lightness value of fadcef is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011100 11101111
Octal 372 334 357
Decimal 250 220 239
Hex FA DC EF

RGB Percentages of Color #fadcef

%35.26
%31.03
%33.71

CMYK Percentages of Color #fadcef

%0
%12
%4
%2

Triadic Colors of #fadcef

#fadcef #effadc #dceffa

Analogous Colors of #fadcef

#fadcef #fadce0 #f6dcfa

Monochromatic Colors of #fadcef

#fadcef

Complementary Color

#fadcef #dcfae7

#fadcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadcef Color CSS Codes

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

#fadcef Text Font Color

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

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


#fadcef Background Color

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

This div background color is #fadcef


#fadcef Border Color

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

This div border color is #fadcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadcef

Related Colors


Comments

No comments written yet.

Please login to write comment.