Color Hex Logo

#fad7ec Color Hex

#FAD7EC
(250,215,236)
0 Favorites   0 Comments

Color spaces of #fad7ec

RGB 250215236
HSL0.900.780.91
HSV324°14°98°
CMYK 0.000.140.06   0.02
XYZ78.865174.981089.6730
Yxy74.98100.32390.3079
Hunter Lab86.591611.0374-0.7858
CIE-Lab89.384115.6006-5.7727

#fad7ec color RGB value is (250,215,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010111 11101100
Octal 372 327 354
Decimal 250 215 236
Hex FA D7 EC

RGB Percentages of Color #fad7ec

%35.66
%30.67
%33.67

CMYK Percentages of Color #fad7ec

%0
%14
%6
%2

Triadic Colors of #fad7ec

#fad7ec #ecfad7 #d7ecfa

Analogous Colors of #fad7ec

#fad7ec #fad7db #f7d7fa

Monochromatic Colors of #fad7ec

#fad7ec

Complementary Color

#fad7ec #d7fae5

#fad7ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad7ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad7ec Color CSS Codes

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

#fad7ec Text Font Color

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

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


#fad7ec Background Color

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

This div background color is #fad7ec


#fad7ec Border Color

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

This div border color is #fad7ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad7ec


Comments

No comments written yet.

Please login to write comment.