Color Hex Logo

#fadaff Color Hex

#FADAFF
(250,218,255)
0 Favorites   0 Comments

Color spaces of #fadaff

RGB 250218255
HSL0.811.000.93
HSV292°15°100°
CMYK 0.020.150.00   0.00
XYZ82.545777.6868105.2522
Yxy77.68680.31090.2926
Hunter Lab88.140112.9251-9.1029
CIE-Lab90.636817.3993-13.8952

#fadaff color RGB value is (250,218,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011010 11111111
Octal 372 332 377
Decimal 250 218 255
Hex FA DA FF

RGB Percentages of Color #fadaff

%34.58
%30.15
%35.27

CMYK Percentages of Color #fadaff

%2
%15
%0
%0

Triadic Colors of #fadaff

#fadaff #fffada #dafffa

Analogous Colors of #fadaff

#fadaff #ffdaf2 #e8daff

Monochromatic Colors of #fadaff

#fadaff

Complementary Color

#fadaff #dfffda

#fadaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadaff Color CSS Codes

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

#fadaff Text Font Color

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

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


#fadaff Background Color

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

This div background color is #fadaff


#fadaff Border Color

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

This div border color is #fadaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadaff

Related Colors


Comments

No comments written yet.

Please login to write comment.