Color Hex Logo

#fadad3 Color Hex

#FADAD3
(250,218,211)
0 Favorites   0 Comments

Color spaces of #fadad3

RGB 250218211
HSL0.030.800.90
HSV11°16°98°
CMYK 0.000.130.16   0.02
XYZ76.253675.169972.1183
Yxy75.16990.34110.3363
Hunter Lab86.70065.265711.3725
CIE-Lab89.47259.97517.5113

#fadad3 color RGB value is (250,218,211).

#fadad3 hex color red value is 250, green value is 218 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #fadad3 hue: 0.03 , saturation: 0.80 and the lightness value of fadad3 is 0.90.

The process color (four color CMYK) of #fadad3 color hex is 0.00, 0.13, 0.16, 0.02. Web safe color of #fadad3 is #ffcccc. Color #fadad3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011010 11010011
Octal 372 332 323
Decimal 250 218 211
Hex FA DA D3

RGB Percentages of Color #fadad3

%36.82
%32.11
%31.08

CMYK Percentages of Color #fadad3

%0
%13
%16
%2

Triadic Colors of #fadad3

#fadad3 #d3fada #dad3fa

Analogous Colors of #fadad3

#fadad3 #faeed3 #fad3e0

Monochromatic Colors of #fadad3

#fadad3

Complementary Color

#fadad3 #d3f3fa

#fadad3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadad3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadad3 Color CSS Codes

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

#fadad3 Text Font Color

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

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


#fadad3 Background Color

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

This div background color is #fadad3


#fadad3 Border Color

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

This div border color is #fadad3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadad3


Comments

No comments written yet.

Please login to write comment.